]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd/rwl: correct comment typo
authorChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 12 May 2020 09:41:41 +0000 (17:41 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Fri, 15 May 2020 03:31:20 +0000 (11:31 +0800)
Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/librbd/cache/ReplicatedWriteLog.cc

index 8d107463899274c7a5458e6c687859cc643fb17f..434cdb511198d12eab68e992f099bd97c96451df 100644 (file)
@@ -113,7 +113,7 @@ void ReplicatedWriteLog<I>::perf_start(std::string name) {
     "Number of items",
     PerfHistogramCommon::SCALE_LINEAR, ///< Request size in linear scale
     0,                                 ///< Start at 0
-    1,                                 ///< Quantization unit is 512 bytes
+    1,                                 ///< Quantization unit is 1
     32,                                ///< Writes up to >32k
   };