sysfs, kernfs: introduce kernfs_create_file[_ns]()
authorTejun Heo <tj@kernel.org>
Thu, 28 Nov 2013 19:54:24 +0000 (14:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Nov 2013 01:48:14 +0000 (17:48 -0800)
commit496f73944a4a974f89d48920bf368aec8841b195
treeceaf60c390103523edecb4a3d7ff3f79b3f50171
parenta7dc66dfb4c6d6c1d7c14d5106ce467f1dbd4eba
sysfs, kernfs: introduce kernfs_create_file[_ns]()

Introduce kernfs interface to create a file which takes and returns
sysfs_dirents.

The actual file creation part is separated out from
sysfs_add_file_mode_ns() into kernfs_create_file_ns().  The former now
only decides the kernfs_ops to use and the file's size and invokes the
latter.

This patch doesn't introduce behavior changes.

v2: Dummy implementation for !CONFIG_SYSFS updated to return -ENOSYS.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/file.c
include/linux/kernfs.h