mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
os/bluestore: remove duplicated namespace of tx state
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
This commit is contained in:
parent
b2fe54bfaf
commit
35758b4908
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user