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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 02:08:39 +0000 (18:08 -0800)
commit2072f1afddfe9fa00c1c0c79f8986707324ec65b
tree636f5f2e0c44082afcded77328bcbcdb62b58f51
parent414985ae23c031efbd6d16d484dea8b5de28b8f7
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