From: Mark Fasheh Date: Fri, 8 Sep 2006 21:22:54 +0000 (-0700) Subject: ocfs2: manually d_move() during ocfs2_rename() X-Git-Tag: v2.6.19-rc1~1259^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba9da2ffa54b56a6346746248bfa38124d499a6;p=pandora-kernel.git ocfs2: manually d_move() during ocfs2_rename() Make use of FS_RENAME_DOES_D_MOVE to avoid a race condition that can occur during ->rename() if we d_move() outside of the parent directory cluster locks, and another node discovers the new name (created during the rename) and unlinks it. d_move() will unconditionally rehash a dentry - which will leave stale data in the system. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed