mm/rmap: Convert try_to_unmap() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 15 Feb 2022 14:28:49 +0000 (09:28 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 28 Feb 2022 20:33:07 +0000 (15:33 -0500)
commit5a470d51cb2b2a0c14411a5950df6d9997c673e7
tree84a335c781ccd579fa4dd4a39deac9fe9c50529a
parent1c760ad73a13dd79addb3fbd2acb6052a205281a
mm/rmap: Convert try_to_unmap() to take a folio

Change all three callers and the worker function try_to_unmap_one().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/rmap.h
mm/huge_memory.c
mm/khugepaged.c
mm/memory-failure.c
mm/memory_hotplug.c
mm/rmap.c
mm/vmscan.c