-
- Downloads
kobject: convert kernel_kset to be a kobject
kernel_kset does not need to be a kset, but a much simpler kobject now
that we have kobj_attributes.
We also rename kernel_kset to kernel_kobj to catch all users of this
symbol with a build error instead of an easy-to-ignore build warning.
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- fs/configfs/mount.c 1 addition, 1 deletionfs/configfs/mount.c
- fs/debugfs/inode.c 1 addition, 1 deletionfs/debugfs/inode.c
- fs/dlm/lockspace.c 1 addition, 1 deletionfs/dlm/lockspace.c
- fs/gfs2/locking/dlm/sysfs.c 1 addition, 1 deletionfs/gfs2/locking/dlm/sysfs.c
- include/linux/kobject.h 2 additions, 2 deletionsinclude/linux/kobject.h
- kernel/ksysfs.c 9 additions, 9 deletionskernel/ksysfs.c
- kernel/user.c 1 addition, 1 deletionkernel/user.c
- mm/slub.c 1 addition, 2 deletionsmm/slub.c
- security/inode.c 1 addition, 1 deletionsecurity/inode.c
Loading
Please register or sign in to comment