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:
b545cc1
)
ceph: do not clear I_COMPLETE from d_release
author
Sage Weil
<sage@newdream.net>
Mon, 28 Feb 2011 20:49:15 +0000
(12:49 -0800)
committer
Sage Weil
<sage@newdream.net>
Thu, 3 Mar 2011 18:09:52 +0000
(10:09 -0800)
First, this was racy anyway: d_release isn't called until well after the
dentry is unhashed. Second, this runs afoul of the recent dcache change
that clears d_parent prior to calling d_release (
949854d0
), causing a NULL
pointer dereference.
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found