]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: add FSMapUser
authorYan, Zheng <zyan@redhat.com>
Wed, 6 Apr 2016 12:50:54 +0000 (20:50 +0800)
committerYan, Zheng <zyan@redhat.com>
Fri, 10 Jun 2016 01:25:06 +0000 (09:25 +0800)
commit92d7b659ecdde95ca1d18f67c08e9aabe2bf5c59
tree01d7253326554dea1278d2dcebc0537013a5395b
parent9806fcda17134bf8a57cb065368d6a1e31e76c99
mds: add FSMapUser

FSMapUser is compact version of FSMap, it includes FSMap data that are
visiable to normal users.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/CMakeLists.txt
src/common/Makefile.am
src/mds/FSMapUser.cc [new file with mode: 0644]
src/mds/FSMapUser.h [new file with mode: 0644]
src/mds/Makefile-server.am