]> Git Repo - linux.git/commit
mm/page_alloc: explicitly record high-order atomic allocations in alloc_flags
authorMel Gorman <[email protected]>
Fri, 13 Jan 2023 11:12:14 +0000 (11:12 +0000)
committerAndrew Morton <[email protected]>
Fri, 3 Feb 2023 06:33:12 +0000 (22:33 -0800)
commiteb2e2b425c6984ca8034448a3f2c680622bd3d4d
treedce2ee2aff64a17bd8d086c6dc2040a8014dff95
parentc988dcbecf3fd5430921eaa3fe9054754f76d185
mm/page_alloc: explicitly record high-order atomic allocations in alloc_flags

A high-order ALLOC_HARDER allocation is assumed to be atomic.  While that
is accurate, it changes later in the series.  In preparation, explicitly
record high-order atomic allocations in gfp_to_alloc_flags().

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Mel Gorman <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: NeilBrown <[email protected]>
Cc: Thierry Reding <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
mm/internal.h
mm/page_alloc.c
This page took 0.051001 seconds and 4 git commands to generate.