Skip to content

Commit

Permalink
os/bluestore: remove duplicated namespace of tx state
Browse files Browse the repository at this point in the history
Signed-off-by: xie xingguo <[email protected]>
  • Loading branch information
xiexingguo committed Nov 9, 2016
1 parent b2fe54b commit 35758b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os/bluestore/BlueStore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 35758b4

Please sign in to comment.