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:
ae6621b
)
sysfs, kernfs: move inode code to fs/kernfs/inode.c
author
Tejun Heo
<tj@kernel.org>
Thu, 28 Nov 2013 19:54:32 +0000
(14:54 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 01:55:10 +0000
(17:55 -0800)
There's nothing sysfs-specific in fs/sysfs/inode.c. Move everything
in it to fs/kernfs/inode.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>
No differences found