On Mon, Sep 23, 2024 at 6:17 PM Kanchana P Sridhar <kanchana.p.sridhar@xxxxxxxxx> wrote: > > For zswap_store() to be able to store an mTHP by compressing > it one page at a time, zswap_compress() needs to accept a page > as input. This will allow us to iterate through each page in > the mTHP in zswap_store(), compress it and store it in the zpool. > > Signed-off-by: Kanchana P Sridhar <kanchana.p.sridhar@xxxxxxxxx> Reviewed-by: Nhat Pham <nphamcs@xxxxxxxxx>