From: Yehuda Sadeh Date: Tue, 18 Jan 2011 21:37:28 +0000 (-0800) Subject: ceph: keep reference to parent inode on ceph_dentry X-Git-Tag: v2.6.38-rc6~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d79b403ef03f729883246208ef5d8a2ebc4d68;p=pandora-kernel.git ceph: keep reference to parent inode on ceph_dentry When creating a new dentry we now hold a reference to the parent inode in the ceph_dentry. This is required due to the new RCU changes from 949854d0, which set dentry->d_parent to NULL in d_kill before calling the ->release() callback. If/when that behavior is changed, we can revert this hack. Signed-off-by: Yehuda Sadeh Signed-off-by: Sage Weil --- Reading git-diff-tree failed