On Fri, Sep 27, 2024 at 07:16:14PM -0700, Kanchana P Sridhar wrote: > For zswap_store() to be able to store a large folio 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 folio 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> Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>