commit | d9d1ca30505c6fed867e1724b16fdad0c281d7d1 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Jun 21 15:38:17 2006 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Jun 21 15:38:17 2006 -0400 |
tree | edcba6e6afe04246af51a1884fc6ad59b7f14de6 | |
parent | bf9f424d9acf461fabcb0e9f47b356e08186d91f [diff] |
[GFS2] Fix double locking problem in rename 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>