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)
committerPawel Osmialowski <p.osmialowsk@mcdsrvbld02.digital.local>
Fri, 27 Mar 2015 17:13:19 +0000 (18:13 +0100)
commitd4b3a5710f4a2a82dcdedc87a6a5ab2e9f626bb1
tree28b2184631d47d4c731bfda05acfb7f1d0e748e4
parentb9a231a4d90c970c44663bb742830d5fb138c312
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