mirror of
https://github.com/ceph/ceph
synced 2025-01-17 00:12:31 +00:00
Revert "mds: notify the waiters in replica MDSs"
This reverts commit 478db14a65
.
Fixes: https://tracker.ceph.com/issues/61818
Signed-off-by: Xiubo Li <xiubli@redhat.com>
This commit is contained in:
parent
a9dd5df2fe
commit
84c7da723b
@ -11337,11 +11337,6 @@ void MDCache::handle_dentry_unlink(const cref_t<MDentryUnlink> &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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user