Re: [PATCH 27/48] filemap: Convert page_cache_delete_batch to folios
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:42:01
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:42:01
Also in:
linux-fsdevel
On Wed, Dec 08, 2021 at 04:22:35AM +0000, Matthew Wilcox (Oracle) wrote:
Saves one call to compound_head() and reduces text size by 15 bytes.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>