]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: fix Client::getcwd() 1385/head
authorYan, Zheng <zheng.z.yan@intel.com>
Thu, 6 Mar 2014 23:12:39 +0000 (07:12 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Fri, 7 Mar 2014 23:27:58 +0000 (07:27 +0800)
commit71b4474b7046f14f56586cd300217851205535fc
treeb9c33c07c312ab3aed827ead8e93353307923759
parent617ce6761edd7264893f3638c33fd229c71751a0
client: fix Client::getcwd()

An recent commit made MDS not include dentry trace in LOOKUPPARENT
reply. It broke Client::getcwd. The fix is change getcwd() to use
LOOKUPNAME MDS request

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/client/Client.cc