Re: [RFC PATCH v2 5/7] mm: zswap: remove shrink from zpool interface

From: Johannes Weiner
Date: Thu Jun 08 2023 - 12:10:11 EST


On Tue, Jun 06, 2023 at 04:56:09PM +0200, Domenico Cerasuolo wrote:
> @@ -40,7 +36,7 @@ enum zpool_mapmode {
> bool zpool_has_pool(char *type);
>
> struct zpool *zpool_create_pool(const char *type, const char *name,
> - gfp_t gfp, const struct zpool_ops *ops);
> + gfp_t gfp);

This fits into a single line now.

Otherwise, the patch looks great to me.

Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>