commit | 1ba9da2ffa54b56a6346746248bfa38124d499a6 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Fri Sep 08 14:22:54 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Sun Sep 24 13:50:45 2006 -0700 |
tree | 51b25c65e92b6d2b3281d175e517cb5699e4b9ee | |
parent | 349457ccf2592c14bdf13b6706170ae2e94931b1 [diff] |
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 <mark.fasheh@oracle.com>