]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds/tools: fix mds->mdsmap->get_metadata_pool() return int->int64_t
authorhuanwen ren <ren.huanwen@zte.com.cn>
Sun, 12 Jun 2016 09:56:14 +0000 (17:56 +0800)
committerhuanwen ren <ren.huanwen@zte.com.cn>
Sun, 12 Jun 2016 09:56:14 +0000 (17:56 +0800)
commit6fb499f15558400dbc847afaa284294a551e8db5
tree6ca5dc877d40ba98e01a0bdf72aa26555261fe2a
parent17f24fb84d5ff62a20c35dc32572e70f12b73726
mds/tools: fix mds->mdsmap->get_metadata_pool() return int->int64_t

mds->mdsmap->get_metadata_pool() return should be int64_t not int,
fix up

Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
src/tools/cephfs/DataScan.cc
src/tools/cephfs/JournalTool.cc
src/tools/cephfs/Resetter.cc
src/tools/cephfs/TableTool.cc