mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
Merge pull request #19430 from tianshan/fix_recursive_lock
rgw: fix recursive lock Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
66bc71d646
@ -439,7 +439,6 @@ void RGWCoroutinesManager::handle_unblocked_stack(set<RGWCoroutinesStack *>& con
|
||||
if (!stack->is_done()) {
|
||||
scheduled_stacks.push_back(stack);
|
||||
} else {
|
||||
RWLock::WLocker wl(lock);
|
||||
context_stacks.erase(stack);
|
||||
stack->put();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user