diff options
author | Tejun Heo <tj@kernel.org> | 2013-11-28 14:54:32 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-29 17:55:10 -0800 |
commit | ffed24e22845a3da0ae01095ae3f11c8d16e889d (patch) | |
tree | 7431e61de58265fbc2e58dbe6a6e1d4053875f79 /fs/sysfs/Makefile | |
parent | ae6621b0716852146e4655fef7f74a181faa6c81 (diff) | |
download | blackbird-obmc-linux-ffed24e22845a3da0ae01095ae3f11c8d16e889d.tar.gz blackbird-obmc-linux-ffed24e22845a3da0ae01095ae3f11c8d16e889d.zip |
sysfs, kernfs: move inode code to fs/kernfs/inode.c
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>
Diffstat (limited to 'fs/sysfs/Makefile')
-rw-r--r-- | fs/sysfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/Makefile b/fs/sysfs/Makefile index 8876ac183373..6eff6e1205a5 100644 --- a/fs/sysfs/Makefile +++ b/fs/sysfs/Makefile @@ -2,4 +2,4 @@ # Makefile for the sysfs virtual filesystem # -obj-y := inode.o file.o dir.o symlink.o mount.o group.o +obj-y := file.o dir.o symlink.o mount.o group.o |