Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information