From: Yan, Zheng Date: Sat, 1 Mar 2014 15:09:05 +0000 (+0800) Subject: ceph: fix ceph_fh_to_parent() X-Git-Tag: v3.15-rc1~61^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8996f4f23db735f0f3bab34352188b1ab21d7d7f;p=pandora-kernel.git ceph: fix ceph_fh_to_parent() ceph_fh_to_parent() returns dentry that corresponds to the 'ino' field of struct ceph_nfs_confh. This is wrong, it should return dentry that corresponds to the 'parent_ino' field. Signed-off-by: Yan, Zheng Reviewed-by: Sage Weil --- Reading git-diff-tree failed