]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: page_alloc: remove remnants of unlocked migratetype updates
authorJohannes Weiner <hannes@cmpxchg.org>
Tue, 25 Feb 2025 00:08:25 +0000 (19:08 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:50:29 +0000 (21:50 -0800)
commit4d37c6a9fc56d95447347e02d339e543869865a5
tree0789082b4c1f6ddc2d68d4355b0d501422825991
parent136f9a34f4095d10ba16907716a4a494912a1ed6
mm: page_alloc: remove remnants of unlocked migratetype updates

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.

Link: https://lkml.kernel.org/r/20250225001023.1494422-3-hannes@cmpxchg.org
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Reviewed-by: Brendan Jackman <jackmanb@google.com>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c