From acfc1235a9642ff03d0fe7a967540444ff8f1ddc Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Tue, 13 Jun 2017 15:39:05 +0800 Subject: [PATCH] os/bluestore: move comments into proper place Signed-off-by: xie xingguo --- src/os/bluestore/BlueStore.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/os/bluestore/BlueStore.h b/src/os/bluestore/BlueStore.h index de347ec9855..039bb12c3ab 100644 --- a/src/os/bluestore/BlueStore.h +++ b/src/os/bluestore/BlueStore.h @@ -1903,12 +1903,11 @@ private: uint64_t kv_ios = 0; uint64_t kv_throttle_costs = 0; + // cache trim control float cache_meta_ratio = 0; ///< cache ratio dedicated to metadata float cache_kv_ratio = 0; ///< cache ratio dedicated to kv (e.g., rocksdb) float cache_data_ratio = 0; ///< cache ratio dedicated to object data - // cache trim control - std::mutex vstatfs_lock; volatile_statfs vstatfs; -- 2.39.5