commit | 7eed6ecb0785681892ab1fe47188fc981241cfd0 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Oct 24 11:49:10 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 29 15:12:07 2013 -0700 |
tree | 5f1c88f8bc17ae7beffcf0ed319ca9708bd3a082 | |
parent | baa97cb50724e72ece05a7cead6533a9658ddf79 [diff] |
sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c Most removal related logic is implemented in fs/sysfs/dir.c. Move sysfs_hash_and_remove() to fs/sysfs/dir.c so that __sysfs_remove() doesn't have to be public. This is pure relocation. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>