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 13:37:31 +0000 (14:37 +0100)
commitfdcf8f98696347b0ec4b723f97b7a599456f7aad
tree2edc824c6abcb0b7fca940e089905191f822cba4
parenteacd8f163b4dea5d129b38f2e06bf6a6108df9fe
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