Re: [PATCH v1 2/2] treewide: remove MIGRATEPAGE_SUCCESS

From: Sergey Senozhatsky
Date: Mon Aug 11 2025 - 23:58:58 EST


On (25/08/11 16:39), David Hildenbrand wrote:
> At this point MIGRATEPAGE_SUCCESS is misnamed for all folio users,
> and now that we remove MIGRATEPAGE_UNMAP, it's really the only "success"
> return value that the code uses and expects.
>
> Let's just get rid of MIGRATEPAGE_SUCCESS completely and just use "0"
> for success.
>
> Signed-off-by: David Hildenbrand <david@xxxxxxxxxx>

FWIW,
Acked-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx> [zsmalloc]