mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ffed24e228
There's nothing sysfs-specific in fs/sysfs/inode.c. Move everything in it to fs/kernfs/inode.c. The respective declarations in fs/sysfs/sysfs.h are moved to fs/kernfs/kernfs-internal.h. This is pure relocation. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5 lines
98 B
Makefile
5 lines
98 B
Makefile
#
|
|
# Makefile for the sysfs virtual filesystem
|
|
#
|
|
|
|
obj-y := file.o dir.o symlink.o mount.o group.o
|