]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/swap: Convert activate_page to a folio_batch
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 14 Jun 2022 17:42:24 +0000 (13:42 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 17 Jun 2022 14:35:21 +0000 (10:35 -0400)
commit1c2da4a59ceba565fb0c2204e57f7430cbe9e66e
tree46cafdcc49930fce5bec49c3630c0f5026228ae4
parent29c050f6b5c63003e7faf536d612c40ba6ad96d4
mm/swap: Convert activate_page to a folio_batch

Rename it to just 'activate', saving 696 bytes of text from removals
of compound_page() and the pagevec_lru_move_fn() infrastructure.
Inline need_activate_page_drain() into its only caller.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/swap.c