]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/memory.c
mm: convert do_anonymous_page() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 16 Jan 2023 19:18:10 +0000 (19:18 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:33:18 +0000 (22:33 -0800)
commitcb3184deef10fdc7658fb366189864c89ad118c9
treeaab51a83e92f59c82890a40726adefd1ba149d8a
parent6bc56a4d855303705802c5ede4625973637484c7
mm: convert do_anonymous_page() to use a folio

Removes six calls to compound_head(); some inline and some external.

Link: https://lkml.kernel.org/r/20230116191813.2145215-3-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory.c