]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix recursive lock 19430/head
authorTianshan Qu <tianshan@xsky.com>
Mon, 11 Dec 2017 11:48:00 +0000 (19:48 +0800)
committerTianshan Qu <tianshan@xsky.com>
Mon, 11 Dec 2017 11:48:00 +0000 (19:48 +0800)
Signed-off-by: Tianshan Qu <tianshan@xsky.com>
src/rgw/rgw_coroutine.cc

index 7c103bfa643fc3e75fc65df254bd25cb517804dd..479805b29b6534554f1f8ed84664eea90d32d6e8 100644 (file)
@@ -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();
   }