2023-12-13 23:41:05

by Yosry Ahmed

[permalink] [raw]
Subject: Re: [PATCH 3/5] mm/zswap: refactor out __zswap_load()

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]>