On Tue, Dec 12, 2023 at 8:18 PM Chengming Zhou <zhouchengming@xxxxxxxxxxxxx> wrote: > > The zswap_load() and zswap_writeback_entry() have the same part that > decompress the data from zswap_entry to page, so refactor out the > common part as __zswap_load(entry, page). > > Signed-off-by: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx> > Reviewed-by: Nhat Pham <nphamcs@xxxxxxxxx> Great cleanup, Reviewed-by: Yosry Ahmed <yosryahmed@xxxxxxxxxx>