OSDN Git Service

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, 21 Mar 2022 16:59:03 +0000 (12:59 -0400)
commit869f7ee6f6477341f859c8b0949ae81caf9ca7f3
tree49f0914c62f9660da863dfa60e3f67f188c00fc8
parentaf28a988b313a601c12c410a42e485ca46adcfee
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