commit | 45aaae9c51d768d5a8fd53fb372b1eb714f37691 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Aug 20 21:36:31 2007 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 12 14:51:08 2007 -0700 |
tree | 0735356cf38a950404bcea49d44ac5610306e9eb | |
parent | 9918f9a4817cb6241c727b434d5f8ec5564198de [diff] |
sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents This patch rewrites sysfs_move_dir to perform it's checks as much as possible on the underlying sysfs_dirents instead of the contents of the dcache, making sysfs_move_dir more like the rest of the sysfs directory modification code. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Tejun Heo <htejun@gmail.com> Cc: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>