os/bluestore: remove duplicated namespace of tx state

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
xie xingguo 2016-11-09 17:55:52 +08:00
parent b2fe54bfaf
commit 35758b4908

View 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;