[GFS2] Fix double locking problem in rename
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 21 Jun 2006 19:38:17 +0000 (15:38 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 21 Jun 2006 19:38:17 +0000 (15:38 -0400)
The rename inode operation was trying to lock the same
inode twice in the case of renaming with the source
and destination directories the same. We now test for
this and just lock once.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found