summaryrefslogtreecommitdiff
path: root/include/linux/swap.h
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2023-06-21 19:45:50 +0300
committerAndrew Morton <akpm@linux-foundation.org>2023-06-24 02:59:29 +0300
commite0b72c14d8dcc9477e580c261041dae86d4906fe (patch)
tree1f266190397d9b2f673d0f2d79877c81840ede12 /include/linux/swap.h
parent3291e09a463870610b8227f32b16b19a587edf33 (diff)
downloadlinux-e0b72c14d8dcc9477e580c261041dae86d4906fe.tar.xz
mm: remove check_move_unevictable_pages()
All callers have now been converted to call check_move_unevictable_folios(). Link: https://lkml.kernel.org/r/20230621164557.3510324-7-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux/swap.h')
-rw-r--r--include/linux/swap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/swap.h b/include/linux/swap.h
index ce7e82cf787f..456546443f1f 100644
--- a/include/linux/swap.h
+++ b/include/linux/swap.h
@@ -439,7 +439,6 @@ static inline bool node_reclaim_enabled(void)
}
void check_move_unevictable_folios(struct folio_batch *fbatch);
-void check_move_unevictable_pages(struct pagevec *pvec);
extern void __meminit kswapd_run(int nid);
extern void __meminit kswapd_stop(int nid);