]> Pileus Git - ~andy/linux/commit
sysfs, kernfs: move mount core code to fs/kernfs/mount.c
authorTejun Heo <tj@kernel.org>
Thu, 28 Nov 2013 19:54:44 +0000 (14:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 02:16:08 +0000 (18:16 -0800)
commitfa736a951e456b996a76826ba78ff974414c3b55
tree2ba6b9289163b684e41f5efb95c92144b12e2c86
parent4b93dc9b1c684d0587fe44d36bbfdf45bd3bea9d
sysfs, kernfs: move mount core code to fs/kernfs/mount.c

Move core mount code to fs/kernfs/mount.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/kernfs-internal.h
fs/kernfs/mount.c
fs/sysfs/mount.c
fs/sysfs/sysfs.h