commit | cec394bafab5d921d21e273b0db94a4802d9a991 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Fri Jun 17 18:50:05 2022 +0100 |
committer | akpm <akpm@linux-foundation.org> | Sun Jul 03 18:08:46 2022 -0700 |
tree | cab34c5577306b5901fdb7c014576766b92698c8 | |
parent | 85cd7791a809156e562df6381a7c6d4ab12c7280 [diff] |
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>