Re: [PATCHv4 3/9] zsmalloc: move away from page order defines

From: Minchan Kim
Date: Thu Nov 10 2022 - 17:02:23 EST


On Mon, Oct 31, 2022 at 02:41:02PM +0900, Sergey Senozhatsky wrote:
> There is no reason for us to require pages per-zspage to be a
> power of two. Rename macros and use plain limit numbers there
> instead of 2 ^ N values. This will let us to have more tunable
> limits.
>
> Signed-off-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>

Looks good to me.