Re: [PATCH v3 3/4] mm/page_isolation: remove migratetype from undo_isolate_page_range()
From: Johannes Weiner
Date: Thu May 08 2025 - 17:12:38 EST
On Wed, May 07, 2025 at 05:10:58PM -0400, Zi Yan wrote:
> Since migratetype is no longer overwritten during pageblock isolation,
> undoing pageblock isolation no longer needs which migratetype to restore.
>
> Signed-off-by: Zi Yan <ziy@xxxxxxxxxx>
> Acked-by: David Hildenbrand <david@xxxxxxxxxx>
Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>
The whole series is a great improvement.