]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: page_alloc: group fallback functions together
authorJohannes Weiner <hannes@cmpxchg.org>
Tue, 25 Feb 2025 00:08:26 +0000 (19:08 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 28 Feb 2025 01:00:30 +0000 (17:00 -0800)
commit7982a46298e570839a7104315b56e8aef6075de7
treee7786ba994d12dceefc9fd87dead80db16b0fee2
parent9657f5a051ebf9b2ed6cea066453f9d4f6b5a547
mm: page_alloc: group fallback functions together

The way the fallback rules are spread out makes them hard to follow.  Move
the functions next to each other at least.

Link: https://lkml.kernel.org/r/20250225001023.1494422-4-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