]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Remove extra call to release_op_ctx_locks in eval_repop. It is 2336/head
authorZhiqiang Wang <wonzhq@hotmail.com>
Wed, 27 Aug 2014 08:20:31 +0000 (16:20 +0800)
committerZhiqiang Wang <wonzhq@hotmail.com>
Wed, 27 Aug 2014 08:20:31 +0000 (16:20 +0800)
called in remove_repop.

Signed-off-by: Zhiqiang Wang <wonzhq@hotmail.com>
src/osd/ReplicatedPG.cc

index 6caee253d55e92f0bc0bff061bc17560ef26f5d1..6c0c42d9a156a66454791dc2449171fcf05c0c50 100644 (file)
@@ -6874,8 +6874,6 @@ void ReplicatedPG::eval_repop(RepGather *repop)
   if (repop->all_applied && repop->all_committed) {
     repop->rep_done = true;
 
-    release_op_ctx_locks(repop->ctx);
-
     calc_min_last_complete_ondisk();
 
     // kick snap_trimmer if necessary