From: Eric W. Biederman Date: Mon, 20 Aug 2007 12:36:31 +0000 (+0900) Subject: sysfs: Rewrite sysfs_move_dir in terms of sysfs dirents X-Git-Tag: v2.6.24-rc1~1394^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45aaae9c51d768d5a8fd53fb372b1eb714f37691;p=pandora-kernel.git 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 Signed-off-by: Tejun Heo Cc: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed