]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/vmscan: Convert move_pages_to_lru() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 13 Jun 2022 23:54:19 +0000 (19:54 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 17 Jun 2022 14:35:20 +0000 (10:35 -0400)
commit28705d5199b57d2d68a2d93b0fa3f49e2952260f
tree8ded15018c73c1d36c03dfb2075ac7675d2e387c
parentf530fefabcbe793359f1d286e1ce7a8341b6e3a7
mm/vmscan: Convert move_pages_to_lru() to use a folio

Remove a few hidden calls to compound_head, saving 387 bytes of text on
my test configuration.

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