Re: [PATCH v14 083/138] mm/lru: Add folio_add_lru()
From: Vlastimil Babka <hidden>
Date: 2021-08-12 17:22:05
Also in:
linux-fsdevel, lkml
From: Vlastimil Babka <hidden>
Date: 2021-08-12 17:22:05
Also in:
linux-fsdevel, lkml
On 7/15/21 5:36 AM, Matthew Wilcox (Oracle) wrote:
Reimplement lru_cache_add() as a wrapper around folio_add_lru(). Saves 159 bytes of kernel text due to removing calls to compound_head(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Vlastimil Babka <redacted>