From: Sage Weil Date: Mon, 28 Feb 2011 20:49:15 +0000 (-0800) Subject: ceph: do not clear I_COMPLETE from d_release X-Git-Tag: v2.6.38-rc8~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a8b70a5a757db513f036bbcc73309f6c507d81;p=pandora-kernel.git 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: Sage Weil --- Reading git-diff-tree failed