]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: remove duplicated namespace of tx state 11845/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Wed, 9 Nov 2016 09:55:52 +0000 (17:55 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 9 Nov 2016 09:55:52 +0000 (17:55 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index 00a3e879a3cf30df14ed8390fc4ec3cb491114b0..86555d4eb2751fa232be927d9045278bb1f23937 100644 (file)
@@ -6376,7 +6376,7 @@ void BlueStore::_txc_state_proc(TransContext *txc)
       txc->state = TransContext::STATE_FINISHING;
       // ** fall-thru **
 
-    case TransContext::TransContext::STATE_FINISHING:
+    case TransContext::STATE_FINISHING:
       txc->log_state_latency(logger, l_bluestore_state_finishing_lat);
       _txc_finish(txc);
       return;