]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/rmap.c
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>
Mon, 21 Mar 2022 17:01:35 +0000 (13:01 -0400)
commite05b34539d008ab819388f699b25eae962ba24ac
tree23c42e119ed67ffe3cda211f97e49ddfe8d0f012
parent9595d76942b8714627d670a7e7ae543812c731ae
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