Re: [PATCH 16/48] filemap: Convert filemap_get_read_batch to use folios
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:10:55
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:10:55
Also in:
linux-fsdevel
On Wed, Dec 08, 2021 at 04:22:24AM +0000, Matthew Wilcox (Oracle) wrote:
The page cache only stores folios, never tail pages. Saves 29 bytes due to removing calls to compound_head().
Looksgood: Reviewed-by: Christoph Hellwig <hch@lst.de>