On Thu, Feb 1, 2024 at 7:50 AM Chengming Zhou
<[email protected]> wrote:
>
> When the shrinker encounter an existing folio in swap cache, it means
> we are shrinking into the warmer region. We should terminate shrinking
> if we're in the dynamic shrinker context.
>
> This patch add LRU_STOP to support this, to avoid overshrinking.
>
> Signed-off-by: Chengming Zhou <[email protected]>
Nice!
Acked-by: Nhat Pham <[email protected]>