Skip to content
Commit 16a8b70a authored by Sage Weil's avatar Sage Weil
Browse files

ceph: do not clear I_COMPLETE from d_release



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: default avatarSage Weil <sage@newdream.net>
parent b545cc15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment