Re: [PATCH 1/2] zsmalloc: require GFP in zs_malloc()

From: Sergey Senozhatsky
Date: Fri Apr 29 2016 - 03:29:22 EST


On (04/29/16 14:44), Minchan Kim wrote:
[..]
> > @@ -1945,8 +1944,6 @@ struct zs_pool *zs_create_pool(const char *name, gfp_t flags)
>
> So, we can remove flags parameter passing and comment about that.

good point; gfp_t is now unneeded there. will resubmit 0001 later.

> Other than that,
>
> Acked-by: Minchan Kim <minchan@xxxxxxxxxx>

thanks.

-ss