From: Samuel Just Date: Sat, 21 Jun 2025 20:54:10 +0000 (-0700) Subject: crimson/.../cached_extent: method documentation nit X-Git-Tag: testing/wip-vshankar-testing-20250922.090107-debug~28^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b0261045640bb4f6363bcddc35bf9b17bc60e835;p=ceph-ci.git crimson/.../cached_extent: method documentation nit Signed-off-by: Samuel Just --- 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