mm: Turn page_anon_vma() into folio_anon_vma()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 29 Jan 2022 16:52:52 +0000 (11:52 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 1 Mar 2022 02:01:35 +0000 (21:01 -0500)
commitcd5a48f6d09686ac2d2f866454fe2d8622c88516
tree535dde32a95af533bb8787d94326ef5956f10a94
parente1ad7d723b010ede2027f817eebbe350a5816870
mm: Turn page_anon_vma() into folio_anon_vma()

Move the prototype from mm.h to mm/internal.h and convert all callers
to pass a folio.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/mm.h
mm/internal.h
mm/ksm.c
mm/rmap.c
mm/util.c