From: myoungwon oh Date: Fri, 6 May 2022 06:47:09 +0000 (+0900) Subject: seastore/cbjournal: change comment for block_size X-Git-Tag: v18.0.0~857^2~25 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=621b5df8eaf11a94e7e4c23fef25094bbea85fd9;p=ceph-ci.git seastore/cbjournal: change comment for block_size Signed-off-by: Myoungwon Oh --- diff --git a/src/crimson/os/seastore/journal/circular_bounded_journal.h b/src/crimson/os/seastore/journal/circular_bounded_journal.h index 96585aca81d..9578790e2f0 100644 --- a/src/crimson/os/seastore/journal/circular_bounded_journal.h +++ b/src/crimson/os/seastore/journal/circular_bounded_journal.h @@ -207,7 +207,7 @@ public: struct cbj_header_t { uint64_t magic = CBJOURNAL_MAGIC; uuid_d uuid; - uint64_t block_size = 0; // aligned with block_size + uint64_t block_size = 0; // block size of underlying device uint64_t size = 0; // max length of journal uint32_t error = 0; // reserved