From b0261045640bb4f6363bcddc35bf9b17bc60e835 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Sat, 21 Jun 2025 13:54:10 -0700 Subject: [PATCH] crimson/.../cached_extent: method documentation nit Signed-off-by: Samuel Just --- src/crimson/os/seastore/cached_extent.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crimson/os/seastore/cached_extent.h b/src/crimson/os/seastore/cached_extent.h index 5b0025f78c8..8092665f107 100644 --- a/src/crimson/os/seastore/cached_extent.h +++ b/src/crimson/os/seastore/cached_extent.h @@ -529,6 +529,8 @@ public: paddr_t base, const ceph::bufferlist &bl) = 0; /** + * complete_load + * * Called on dirty CachedExtent implementation after replay. * Implementation should perform any reads/in-memory-setup * necessary. (for instance, the lba implementation will use this -- 2.47.3