From: xie xingguo Date: Fri, 7 Oct 2016 03:34:53 +0000 (+0800) Subject: os/bluestore: fix comment X-Git-Tag: v11.1.0~705^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7fb237c16d0d964779d7d38ffaf8fa2108d68332;p=ceph-ci.git os/bluestore: fix comment Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/BlueStore.h b/src/os/bluestore/BlueStore.h index 6489662aa6d..a198f66790c 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