]> 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)
commitf734b39efc3befb48e37ceb3ef5b9cbfba83f738
tree95fbc4f476747d6402054a33fed4ebe6f9eb8037
parent95518711efa1dd2596780eb4bec2c32310e03014
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