]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: literal changes 11607/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 22 Oct 2016 06:14:41 +0000 (14:14 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 22 Oct 2016 09:25:36 +0000 (17:25 +0800)
1. drop redundant semicolon
2. fix wrong output message

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index e1fd1f8b32113814b6d47a9536f74b0c65e2e4a4..533825677a37c224a69a4519c236bb9936af6cd6 100644 (file)
@@ -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) {