From: Matan Breizman Date: Thu, 18 Sep 2025 13:43:01 +0000 (+0000) Subject: crimson/os/seastore/async_cleaner: add should_block_io_on_clean comment X-Git-Tag: v21.0.0~209^2~76^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cd0a94e74494f1f6e5031ce1655530f31a71a62a;p=ceph.git crimson/os/seastore/async_cleaner: add should_block_io_on_clean comment Signed-off-by: Matan Breizman --- diff --git a/src/crimson/os/seastore/async_cleaner.h b/src/crimson/os/seastore/async_cleaner.h index 458efed23aa9..8d08054bc5a3 100644 --- a/src/crimson/os/seastore/async_cleaner.h +++ b/src/crimson/os/seastore/async_cleaner.h @@ -1385,6 +1385,7 @@ public: bool should_block_io_on_clean() const final { assert(background_callback->is_ready()); if (get_segments_reclaimable() == 0) { + // No CLOSED segments to reclaim return false; } auto aratio = get_projected_available_ratio();