]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: fix comment
authorxie xingguo <xie.xingguo@zte.com.cn>
Fri, 7 Oct 2016 03:34:53 +0000 (11:34 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Fri, 7 Oct 2016 06:44:39 +0000 (14:44 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.h

index 6489662aa6de122091c99e1052d714021b4b364b..a198f66790c8c764eee7026933e09cdfa6686f68 100644 (file)
@@ -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