git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414985a
)
sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c
author
Tejun Heo
<tj@kernel.org>
Thu, 28 Nov 2013 19:54:35 +0000
(14:54 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 02:08:39 +0000
(18:08 -0800)
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>
No differences found