]> git.karo-electronics.de Git - linux-beck.git/commit
sysfs: fix attribute_group bin file path on removal
authorRobert ABEL <rabel@cit-ec.uni-bielefeld.de>
Mon, 5 May 2014 13:17:20 +0000 (15:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 21:33:17 +0000 (14:33 -0700)
commit9f70a40128a4ddceffb6d21dd490f6ab4bc34c97
treea75b7b89918c7e027e3c039bc2873e96eb57db7d
parent78e1da627040ca49c41b456db707342ef210ae0f
sysfs: fix attribute_group bin file path on removal

Cody Schafer already fixed binary file creation for attribute groups, see [1].
This patch makes the appropriate changes for binary file removal
of attribute groups.
[1]: http://lkml.org/lkml/2014/2/27/832

Signed-off-by: Robert ABEL <rabel@cit-ec.uni-bielefeld.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/group.c