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:
2baba25
)
ceph: ensure rename target dentry fails revalidation
author
Sage Weil
<sage@newdream.net>
Mon, 21 Dec 2009 19:42:18 +0000
(11:42 -0800)
committer
Sage Weil
<sage@newdream.net>
Tue, 22 Dec 2009 00:39:57 +0000
(16:39 -0800)
This works around a bug in vfs_rename_dir() that rehashes the target
dentry. Ensure such dentries always fail revalidation by timing out the
dentry lease and kicking it out of the current directory lease gen.
This can be reverted when the vfs bug is fixed.
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found