Re: [PATCH v3 00/14] mm, swap: extendable swap devices (xswap)

From: Nhat Pham

Date: Thu Sep 17 2026 - 20:21:38 EST


On Thu, Sep 17, 2026 at 5:13 PM Nhat Pham <nphamcs@xxxxxxxxx> wrote:
>
> The other way you can get around it is checking if the folio being
> reclaimed belongs to a cgroup that allows for disk swap or zswap, and
> bypass xswap/vswap if so. But that brings me to my next point: since

s/if so/if the cgroup does not allow for zswap

(in case it was confusing).