]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds/mdcache: fix get poolid in open_remote_dentry
authorhuanwen ren <rhwlyw@163.com>
Sun, 12 Jun 2016 08:54:48 +0000 (16:54 +0800)
committerGitHub <noreply@github.com>
Sun, 12 Jun 2016 08:54:48 +0000 (16:54 +0800)
commit17f24fb84d5ff62a20c35dc32572e70f12b73726
treedc5c92fa7ab7e9e7b58784aff67c8cffdce0fe62
parentdf407a72454480d356b653f5f70f34258498ff5b
mds/mdcache: fix get poolid in open_remote_dentry

if dnl->get_remote_d_type() == DT_DIR not establish, then pool = -1
so the type of pool should be int64_t not uint64_t

Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
src/mds/MDCache.cc