On Tue, Dec 12, 2023 at 8:18 PM Chengming Zhou
<[email protected]> 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 <[email protected]>
> Reviewed-by: Nhat Pham <[email protected]>
Great cleanup,
Reviewed-by: Yosry Ahmed <[email protected]>