commit | f3d3d307e6f577de3b384ef64ffb03c8b5676748 | [log] [tgz] |
---|---|---|
author | Nathan Lynch <ntl@pobox.com> | Wed Aug 13 07:34:57 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Aug 20 16:34:58 2008 +1000 |
tree | 895b7b126b79f91bf4c18b8410928f66cc986e6e | |
parent | 8f6ba49207199cab60a4bdf43507666b93d12e18 [diff] |
powerpc: Remove redundant sysfs_remove_file calls for cache info When removing a directory, the sysfs core takes care of removing files in the directory (see sysfs_remove_dir()). So when we are about to delete a kobject (and thus cause its sysfs directory to be removed), we don't have to explicitly remove the files attached to it, although it's harmless to do so. Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Paul Mackerras <paulus@samba.org>