]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: don't request CEPH_CAP_PIN from auth mds
authorYan, Zheng <zheng.z.yan@intel.com>
Fri, 15 Nov 2013 02:21:49 +0000 (10:21 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Mon, 16 Dec 2013 04:15:24 +0000 (12:15 +0800)
commite1818692d145ab13798dd9259d96eadcca4c666c
tree3b7da41e923be0efd7da95ffc51002d4aa980efb
parent87ca2604888b401d6f9ad62ec8183969a92c82d7
mds: don't request CEPH_CAP_PIN from auth mds

avoid triggering assert(in->get_loner() >= 0 && in->mds_caps_wanted.empty())
in Locker::file_xsyn()

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