commit | 8996f4f23db735f0f3bab34352188b1ab21d7d7f | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Sat Mar 01 23:09:05 2014 +0800 |
committer | Yan, Zheng <zheng.z.yan@intel.com> | Thu Apr 03 10:33:53 2014 +0800 |
tree | cc9d5da9af62a94511ca6e08a8642ac0843b9f9b | |
parent | 9017c2ec78c730fb3ecd703d44e4a9061de2ba52 [diff] |
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 <zheng.z.yan@intel.com> Reviewed-by: Sage Weil <sage@inktank.com>