Re: [PATCH 2/3] mm: page_alloc: remove remnants of unlocked migratetype updates
From: Vlastimil Babka
Date: Tue Feb 25 2025 - 06:05:29 EST
On 2/25/25 01:08, Johannes Weiner wrote:
> The freelist hygiene patches made migratetype accesses fully protected
> under the zone->lock. Remove remnants of handling the race conditions
> that existed before from the MIGRATE_HIGHATOMIC code.
>
> Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx>
Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>