Re: [PATCH v14 080/138] mm/workingset: Convert workingset_refault() to take a folio
From: Vlastimil Babka <hidden>
Date: 2021-08-12 17:16:23
Also in:
linux-mm, lkml
From: Vlastimil Babka <hidden>
Date: 2021-08-12 17:16:23
Also in:
linux-mm, lkml
On 7/15/21 5:36 AM, Matthew Wilcox (Oracle) wrote:
This nets us 178 bytes of savings from removing calls to compound_head. The three callers all grow a little, but each of them will be converted to use folios soon, so that's fine. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Vlastimil Babka <redacted>