ceph: simplify ceph_fh_to_dentry()
authorYan, Zheng <zheng.z.yan@intel.com>
Sat, 1 Mar 2014 10:05:41 +0000 (18:05 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Thu, 3 Apr 2014 02:33:53 +0000 (10:33 +0800)
commit4f32b42dca660208c7556e13ebd84c510ad91840
treeb71e2880fd1e84d074d71f31e456c593fae27952
parentf1fc4fee3bb163eebd0e1d16a8c84b66af03886e
ceph: simplify ceph_fh_to_dentry()

MDS handles LOOKUPHASH and LOOKUPINO MDS requests in the same way.
So __cfh_to_dentry() is redundant.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Reviewed-by: Sage Weil <sage@inktank.com>
fs/ceph/export.c