diff options
author | 2023-01-11 14:28:54 +0000 | |
---|---|---|
committer | 2023-02-02 22:32:56 -0800 | |
commit | 4d510f3da4c216d4c2695395f67aec38e2aa6cc7 (patch) | |
tree | e726b8fb8ac10a96c739baa733f526fd5c083e5b /mm/page_alloc.c | |
parent | mm: convert page_add_file_rmap() to use a folio internally (diff) | |
download | linux-rng-4d510f3da4c216d4c2695395f67aec38e2aa6cc7.tar.xz linux-rng-4d510f3da4c216d4c2695395f67aec38e2aa6cc7.zip |
mm: add folio_add_new_anon_rmap()
In contrast to other rmap functions, page_add_new_anon_rmap() is always
called with a freshly allocated page. That means it can't be called with
a tail page. Turn page_add_new_anon_rmap() into folio_add_new_anon_rmap()
and add a page_add_new_anon_rmap() wrapper. Callers can be converted
individually.
[akpm@linux-foundation.org: fix NOMMU build. page_add_new_anon_rmap() requires CONFIG_MMU]
[willy@infradead.org: folio-compat.c needs rmap.h]
Link: https://lkml.kernel.org/r/20230111142915.1001531-9-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/page_alloc.c')
0 files changed, 0 insertions, 0 deletions