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

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

Link: https://lkml.kernel.org/r/20220617154248.700416-3-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