]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/vmscan: Convert reclaim_pages() 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)
commitab79e485d450a49472a4d80f34f6f61a438c0adb
tree981c4b9e0a679e5ea886b37ea7cae00c10e25c6a
parentd92e27c45e89f2fab505b3f65f18ebff1509374c
mm/vmscan: Convert reclaim_pages() to use a folio

Remove a few hidden calls to compound_head, saving 76 bytes of text.

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