From 7fb237c16d0d964779d7d38ffaf8fa2108d68332 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Fri, 7 Oct 2016 11:34:53 +0800 Subject: [PATCH] os/bluestore: fix comment Signed-off-by: xie xingguo --- src/os/bluestore/BlueStore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/bluestore/BlueStore.h b/src/os/bluestore/BlueStore.h index 6489662aa6de1..a198f66790c8c 100644 --- a/src/os/bluestore/BlueStore.h +++ b/src/os/bluestore/BlueStore.h @@ -321,7 +321,7 @@ public: std::atomic_int nref = {0}; ///< reference count // these are defined/set if the shared_blob is 'loaded' - bool loaded = false; ///< whether shared_blob_t is loaded + bool loaded = false; ///< whether shared_blob is loaded bluestore_shared_blob_t shared_blob; ///< the actual shared state // these are defined/set if the blob is marked 'shared' @@ -515,7 +515,7 @@ public: uint32_t logical_offset = 0; ///< logical offset uint32_t blob_offset = 0; ///< blob offset uint32_t length = 0; ///< length - uint8_t blob_depth = 0; /// blob overlapping count + uint8_t blob_depth = 0; ///< blob overlapping count BlobRef blob; ///< the blob with our data /// ctor for lookup only -- 2.39.5