2024-02-01 18:13:27

by Nhat Pham

[permalink] [raw]
Subject: Re: [PATCH 3/6] mm/zswap: stop lru list shrinking when encounter warm region

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]>