mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
sysfs: Remove owner field from sysfs struct attribute
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c4945b0d8c
commit
6fd69dc578
@ -22,14 +22,8 @@ struct kobject;
|
||||
struct module;
|
||||
enum kobj_ns_type;
|
||||
|
||||
/* FIXME
|
||||
* The *owner field is no longer used.
|
||||
* x86 tree has been cleaned up. The owner
|
||||
* attribute is still left for other arches.
|
||||
*/
|
||||
struct attribute {
|
||||
const char *name;
|
||||
struct module *owner;
|
||||
mode_t mode;
|
||||
#ifdef CONFIG_DEBUG_LOCK_ALLOC
|
||||
struct lock_class_key *key;
|
||||
|
Loading…
x
Reference in New Issue
Block a user