Re: [PATCH v5 5/6] zsmalloc: Add zpool_ops field to zs_pool to store evict handlers

From: Minchan Kim
Date: Fri Nov 18 2022 - 14:33:41 EST


On Fri, Nov 18, 2022 at 10:24:06AM -0800, Nhat Pham wrote:
> This adds a new field to zs_pool to store evict handlers for writeback,
> analogous to the zbud allocator.
>
> Signed-off-by: Nhat Pham <nphamcs@xxxxxxxxx>
Acked-by: Minchan Kim <minchan@xxxxxxxxxx>

Much clean than previous one.
Thanks.