]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit718d64bf8c37c3258cdd09e7c37e7c2819b36e5e
tree95fbc4f476747d6402054a33fed4ebe6f9eb8037
parentd31d16bebf78bc90421491d7e13f7758afb7d99e
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