From: Xuehan Xu Date: Mon, 13 May 2024 03:48:28 +0000 (+0800) Subject: crimson/os/seastore/cache: add a TODO comment to recommand dropping X-Git-Tag: testing/wip-vshankar-testing-20240521.063558-debug~7^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cf49ef60755e3201b9126e46c4f0208416acc41c;p=ceph-ci.git crimson/os/seastore/cache: add a TODO comment to recommand dropping `Cache::retire_extent_addr` in the future Signed-off-by: Xuehan Xu --- diff --git a/src/crimson/os/seastore/cache.cc b/src/crimson/os/seastore/cache.cc index bfe002bb2a5..2d08a4ddf45 100644 --- a/src/crimson/os/seastore/cache.cc +++ b/src/crimson/os/seastore/cache.cc @@ -58,6 +58,7 @@ Cache::~Cache() ceph_assert(extents.empty()); } +// TODO: this method can probably be removed in the future Cache::retire_extent_ret Cache::retire_extent_addr( Transaction &t, paddr_t addr, extent_len_t length) {