ceph: do not clear I_COMPLETE from d_release
authorSage Weil <sage@newdream.net>
Mon, 28 Feb 2011 20:49:15 +0000 (12:49 -0800)
committerSage 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