From: Xiubo Li Date: Wed, 30 Aug 2023 04:55:10 +0000 (+0800) Subject: Revert "mds: notify the waiters in replica MDSs" X-Git-Tag: v19.0.0~476^2~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=84c7da723b5e25fa71a622869c433891432bd312;p=ceph-ci.git Revert "mds: notify the waiters in replica MDSs" This reverts commit 478db14a658c39ecbfa107923d9ad44bfdd89368. Fixes: https://tracker.ceph.com/issues/61818 Signed-off-by: Xiubo Li --- diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index eb91692425e..c322e7e4fd5 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -11337,11 +11337,6 @@ void MDCache::handle_dentry_unlink(const cref_t &m) } ceph_assert(dnl->is_null()); dn->state_clear(CDentry::STATE_UNLINKING); - - MDSContext::vec finished; - dn->take_waiting(CDentry::WAIT_UNLINK_FINISH, finished); - mds->queue_waiters(finished); - } }