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:
c6fb449
)
sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h
author
Tejun Heo
<tj@kernel.org>
Thu, 28 Nov 2013 19:54:20 +0000
(14:54 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 01:35:05 +0000
(17:35 -0800)
sysfs_open_file will be used as the primary handle for kernfs methods.
Move its definition from fs/sysfs/file.c to include/linux/kernfs.h and
mark the public and private fields.
This is pure relocation.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found