diff options
author | Yajun Deng <yajun.deng@linux.dev> | 2023-02-03 11:01:32 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-02-10 01:51:41 +0100 |
commit | aa02d3c174abfc506058d3e43f471bc4280563d0 (patch) | |
tree | 10d3ee81e4eafc4ba2110588b0994587c029b06f /mm/filemap.c | |
parent | mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates (diff) | |
download | linux-aa02d3c174abfc506058d3e43f471bc4280563d0.tar.xz linux-aa02d3c174abfc506058d3e43f471bc4280563d0.zip |
mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)
The commit 1dd214b8f21c ("mm: page_alloc: avoid merging non-fallbackable
pageblocks with others") has removed MIGRATE_CMA and MIGRATE_ISOLATE from
fallbacks list. so there is no need to add an element at the end of every
type.
Reduce fallbacks to (MIGRATE_PCPTYPES - 1).
Link: https://lkml.kernel.org/r/20230203100132.1627787-1-yajun.deng@linux.dev
Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Zi Yan <ziy@nvidia.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: David Hildenbrand <david@redhat.com>
Cc: Mike Rapoport <rppt@linux.ibm.com>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: Mike Rapoport <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions