]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmscan: convert reclaim_pages() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 17 Jun 2022 15:42:48 +0000 (16:42 +0100)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 20 Jul 2022 00:15:08 +0000 (20:15 -0400)
commit89d1a85b4ba1fd1ff31e7f596225565e5595effd
tree01c2aa31550b385a4077c96c20c937f5efbc8e43
parentb5712ff83eec338123914f1dcc6384df69648f71
mm/vmscan: convert reclaim_pages() to use a folio

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

Link: https://lkml.kernel.org/r/20220617154248.700416-6-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c