Re: [PATCH RESEND 2/3] mm/zsmalloc: remove_zspage() don't need fullness parameter

From: Sergey Senozhatsky
Date: Fri Feb 23 2024 - 00:47:59 EST


On (24/02/20 11:44), Chengming Zhou wrote:
> From: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx>
>
> We must remove_zspage() from its current fullness list, then use
> insert_zspage() to update its fullness and insert to new fullness list.
> Obviously, remove_zspage() doesn't need the fullness parameter.
>
> Signed-off-by: Chengming Zhou <zhouchengming@xxxxxxxxxxxxx>

Reviewed-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>