]> 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>
Tue, 4 Mar 2025 05:50:29 +0000 (21:50 -0800)
commit68a38d20cb740f6d7abc802960bee73878009d76
tree8eddb0cf157ae7ea0bbde86f012a66ff5a31b1e7
parent4d37c6a9fc56d95447347e02d339e543869865a5
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