vmscan: Add check_move_unevictable_folios()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 4 Jun 2022 21:39:09 +0000 (17:39 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:06 +0000 (08:51 -0400)
commit77414d195f905dd43f58bce82118775ffa59575c
tree95fbc4f476747d6402054a33fed4ebe6f9eb8037
parentf6e0e173442459759f0bfc76a3693c47a615d54c
vmscan: Add check_move_unevictable_folios()

Change the guts of check_move_unevictable_pages() over to use folios
and add check_move_unevictable_pages() as a wrapper.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
include/linux/swap.h
mm/vmscan.c