commit | 73107cb3ad3963c0f929ae681c05081eafb1c079 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Thu Jun 14 03:45:16 2007 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 11 16:09:05 2007 -0700 |
tree | 78c9647d5e6a0d9c89cb8c37b7533aad8f805302 | |
parent | 0ab66088c855eca68513bdd7442a426c4b374ced [diff] |
sysfs: kill attribute file orphaning Now that sysfs_dirent can be disconnected from kobject on deletion, there is no need to orphan each attribute files. All [bin_]attribute nodes are automatically orphaned when the parent node is deleted. Kill attribute file orphaning. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>