From c10f7ca59ed0bda83ab97bcf6d6a7af03c285ad8 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Mon, 12 Jun 2017 20:33:48 +0800 Subject: [PATCH] os/bluestore: s/finishrs/finishers/ s/fainlize/finalize/ Signed-off-by: xie xingguo --- src/os/bluestore/BlueStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 33686fd9594..479857664a5 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -5281,7 +5281,7 @@ int BlueStore::fsck(bool deep) mempool_thread.init(); - // we need finishrs and kv_{sync,fainlize}_thread *just* for replay + // we need finishers and kv_{sync,finalize}_thread *just* for replay _kv_start(); r = _deferred_replay(); _kv_stop(); -- 2.47.3