]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmscan: convert move_pages_to_lru() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 17 Jun 2022 15:42:46 +0000 (16:42 +0100)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 20 Jul 2022 00:15:08 +0000 (20:15 -0400)
commit96b8e184aadd08ec5a3371228eda23633a1b3c2c
tree9a6734423d8bf6a4f38b8239223e17a4bc3b4de3
parent1ed75c9068a54b250d6c768fe1b406244bcbd7ec
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.

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