]> Pileus Git - ~andy/linux/commit
sysfs, kernfs: move inode code to fs/kernfs/inode.c
authorTejun Heo <tj@kernel.org>
Thu, 28 Nov 2013 19:54:32 +0000 (14:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 01:55:10 +0000 (17:55 -0800)
commitffed24e22845a3da0ae01095ae3f11c8d16e889d
tree7431e61de58265fbc2e58dbe6a6e1d4053875f79
parentae6621b0716852146e4655fef7f74a181faa6c81
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>
fs/kernfs/inode.c
fs/kernfs/kernfs-internal.h
fs/sysfs/Makefile
fs/sysfs/inode.c [deleted file]
fs/sysfs/sysfs.h