]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/swap: convert lru_lazyfree to a folio_batch
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 17 Jun 2022 17:50:05 +0000 (18:50 +0100)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 20 Jul 2022 00:15:08 +0000 (20:15 -0400)
commitf5a35d4ce0da61ca4ce49afce50d1c6f3e0f2f73
tree66ff156c518ec218988eea46759c96e2260cc5f3
parentfe62eb4d7ffd6689ea38a3e7fa6e197f537d05ce
mm/swap: convert lru_lazyfree to a folio_batch

Using folios instead of pages removes several calls to compound_head(),
shrinking the kernel by 1089 bytes of text.

Link: https://lkml.kernel.org/r/20220617175020.717127-8-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/swap.c