From 1958ca7426e488fcaedaa009c3c4d5c93e1391c3 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Sat, 22 Oct 2016 14:14:41 +0800 Subject: [PATCH] os/bluestore: literal changes 1. drop redundant semicolon 2. fix wrong output message Signed-off-by: xie xingguo --- src/os/bluestore/BlueStore.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index e1fd1f8b321..533825677a3 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -2260,7 +2260,7 @@ bool BlueStore::ExtentMap::do_write_check_depth( bool do_collect = true; if (depth < g_conf->bluestore_gc_max_blob_depth) { *blob_depth = 1 + depth; - do_collect = false;; + do_collect = false; } dout(20) << __func__ << " GC depth " << (int)*blob_depth << ", gc 0x" << std::hex << *gc_start_offset << "~" @@ -3210,7 +3210,7 @@ int BlueStore::_open_db(bool create) return -EIO; } } - dout(10) << __func__ << " bluefs = " << bluefs << dendl; + dout(10) << __func__ << " do_bluefs = " << do_bluefs << dendl; rocksdb::Env *env = NULL; if (do_bluefs) { -- 2.39.5