git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9f424
)
[GFS2] Fix double locking problem in rename
author
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 21 Jun 2006 19:38:17 +0000
(15:38 -0400)
committer
Steven 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