sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c
authorTejun Heo <tj@kernel.org>
Thu, 28 Nov 2013 19:54:35 +0000 (14:54 -0500)
committerPawel Osmialowski <p.osmialowsk@mcdsrvbld02.digital.local>
Fri, 27 Mar 2015 17:13:18 +0000 (18:13 +0100)
commitc90c3795d69ed5586879dc5f9db4582719282b81
tree31146de7aca30fb48a8b6b483d1b98b1a000a4b0
parent1e8c4ab66c5161e20936d030a02819c3065bed59
sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c

Move core symlink code to fs/kernfs/symlink.c.  fs/sysfs/symlink.c now
only contains sysfs wrappers around kernfs interfaces.  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/symlink.c
fs/sysfs/symlink.c
fs/sysfs/sysfs.h