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: v19.1.1~249^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0cf28f85bdbe51b21ef3c53103f9de0624e0ac19;p=ceph.git crimson/os/seastore/cache: add a TODO comment to recommand dropping `Cache::retire_extent_addr` in the future Signed-off-by: Xuehan Xu (cherry picked from commit cf49ef60755e3201b9126e46c4f0208416acc41c) --- diff --git a/src/crimson/os/seastore/cache.cc b/src/crimson/os/seastore/cache.cc index bfe002bb2a50..2d08a4ddf454 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) {