]> git.hungrycats.org Git - linux/commit
mm/page_alloc: explicitly define what alloc flags deplete min reserves
authorMel Gorman <mgorman@techsingularity.net>
Fri, 13 Jan 2023 11:12:15 +0000 (11:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Nov 2024 15:26:46 +0000 (16:26 +0100)
commit1cf970483e1f1d7603d235fc84aac40098bf243d
tree40a4e4481e69f416f5863b973ad2a771b0367d66
parent7468bd2c6e0a0e86e938ed691188457732edbb7e
mm/page_alloc: explicitly define what alloc flags deplete min reserves

[ Upstream commit ab3508854353793cd35e348fde89a5c09b2fd8b5 ]

As there are more ALLOC_ flags that affect reserves, define what flags
affect reserves and clarify the effect of each flag.

Link: https://lkml.kernel.org/r/20230113111217.14134-5-mgorman@techsingularity.net
Signed-off-by: Mel Gorman <mgorman@techsingularity.net>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: Michal Hocko <mhocko@suse.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: NeilBrown <neilb@suse.de>
Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Stable-dep-of: 281dd25c1a01 ("mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves")
Signed-off-by: Sasha Levin <sashal@kernel.org>
mm/internal.h
mm/page_alloc.c