]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Revert "mds: make MDSIOContextBase delete itself when shutting down"
authorYan, Zheng <zyan@redhat.com>
Mon, 23 Mar 2020 09:05:44 +0000 (17:05 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 23 Mar 2020 09:20:51 +0000 (17:20 +0800)
This reverts commit 73436961512bd87981244fa48212085faf7028c4.

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/mds/MDSContext.cc

index 34b15a4f08bf96ccdc38318d783c688a6f15dee1..e1f7da6d6d33d5590c3f7499bb4f666e67ae434e 100644 (file)
@@ -98,7 +98,6 @@ void MDSIOContextBase::complete(int r) {
   if (mds->is_daemon_stopping()) {
     dout(4) << "MDSIOContextBase::complete: dropping for stopping "
             << typeid(*this).name() << dendl;
-    MDSContext::complete(r);
     return;
   }