]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: cancel context correctly if we already have required osdmap in hand
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 14 Jun 2016 12:29:53 +0000 (20:29 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 14 Jun 2016 12:40:14 +0000 (20:40 +0800)
commit4828b2f205898358c1c81f6a56ebd10aa28685b3
treefe1a0191d414fdc6aeb8aac741b632ab43d500c6
parent2378709134f1c5c2e7d8f2c722d2704bc795a289
mds: cancel context correctly if we already have required osdmap in hand

By simply deleting the fin, the callbacks will be requeued into
the specified finisher and recalled later, which is not the expected
behaviour.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/Finisher.h
src/mds/MDSContext.h