commit | dd8a5b036b6e8d50854e130555f90f062c5eacec | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Nov 28 14:54:20 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 29 17:35:05 2013 -0800 |
tree | 3fdab4cdb96462d06ea060de2de4ffe2467c531e | |
parent | c6fb449515f23edea828fb90a460d3622e261dba [diff] |
sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h 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>