]> git.ipfire.org Git - thirdparty/linux.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>
Mon, 17 Mar 2025 05:06:42 +0000 (22:06 -0700)
commita4138a2702a4428317ecdb115934554df4b788b4
tree7e7cdf369d58c401259d24e93e38deeaa33c24b6
parent020396a581dc69be2d30939fabde6c029d847034
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