]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerVicente Cheng <freeze.bilsted@gmail.com>
Thu, 16 Apr 2020 06:07:21 +0000 (06:07 +0000)
This reverts commit 73436961512bd87981244fa48212085faf7028c4.

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 18118974294ee1286b4cbae2f5e6578a5a68f6d6)

src/mds/MDSContext.cc

index eecaa81e47e9c782c654d67a4830853fd3bd105e..26b69d2bbc2400d40ba0a5b816a1eca15883e87f 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;
   }