1. drop redundant semicolon
2. fix wrong output message
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
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 << "~"
return -EIO;
}
}
- dout(10) << __func__ << " bluefs = " << bluefs << dendl;
+ dout(10) << __func__ << " do_bluefs = " << do_bluefs << dendl;
rocksdb::Env *env = NULL;
if (do_bluefs) {