Commit 6fd69dc578fa0b1bbc3aad70ae3af9a137211707

Authored by Guenter Roeck
Committed by Greg Kroah-Hartman
1 parent c4945b0d8c

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>

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

include/linux/sysfs.h
... ... @@ -22,14 +22,8 @@
22 22 struct module;
23 23 enum kobj_ns_type;
24 24  
25   -/* FIXME
26   - * The *owner field is no longer used.
27   - * x86 tree has been cleaned up. The owner
28   - * attribute is still left for other arches.
29   - */
30 25 struct attribute {
31 26 const char *name;
32   - struct module *owner;
33 27 mode_t mode;
34 28 #ifdef CONFIG_DEBUG_LOCK_ALLOC
35 29 struct lock_class_key *key;