linux-kernel-test/fs/sysfs
Tejun Heo a7dc66dfb4 sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR
After kernfs_ops and sysfs_dirent->s_attr.size addition, the
distinction between SYSFS_KOBJ_BIN_ATTR and SYSFS_KOBJ_ATTR is only
necessary while creating files to decide which kernfs_ops to use.
Afterwards, they behave exactly the same.

This patch removes SYSFS_KOBJ_BIN_ATTR along with sysfs_is_bin().
sysfs_add_file[_mode_ns]() are updated to take bool @is_bin instead of
@type.

This patch doesn't introduce any behavior changes.  This completely
isolates the distinction between the two sysfs file types in the sysfs
layer proper.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-11-29 17:41:35 -08:00
..
dir.c sysfs, kernfs: introduce kernfs_create_dir[_ns]() 2013-11-29 17:20:13 -08:00
file.c sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR 2013-11-29 17:41:35 -08:00
group.c sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR 2013-11-29 17:41:35 -08:00
inode.c sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR 2013-11-29 17:41:35 -08:00
Kconfig kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 2011-01-20 17:02:05 -08:00
Makefile sysfs: merge regular and bin file handling 2013-10-05 17:27:40 -07:00
mount.c sysfs: drop kobj_ns_type handling, take #2 2013-11-27 13:01:03 -08:00
symlink.c sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv 2013-11-29 17:19:16 -08:00
sysfs.h sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR 2013-11-29 17:41:35 -08:00