sysfs: create bin_attributes under the requested group
authorCody P Schafer <cody@linux.vnet.ibm.com>
Fri, 14 Feb 2014 22:02:07 +0000 (14:02 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Feb 2014 20:14:55 +0000 (12:14 -0800)
commitaabaf4c2050d21d39fe11eec889c508e84d6a328
tree2ad5f0618c3667eecbbc4b2de23c7dfbbf52f369
parent5c764dfaefc582d9c3e2bbd52ae2e30747af8a37
sysfs: create bin_attributes under the requested group

bin_attributes created/updated in create_files() (such as those listed
via (struct device).attribute_groups) were not placed under the
specified group, and instead appeared in the base kobj directory.

Fix this by making bin_attributes use creating code similar to normal
attributes.

A quick grep shows that no one is using bin_attrs in a named attribute
group yet, so we can do this without breaking anything in usespace.

Note that I do not add is_visible() support to
bin_attributes, though that could be done as well.

Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/group.c
This page took 0.025079 seconds and 5 git commands to generate.