Re: [PATCH 18/48] filemap: Convert filemap_read_page to take a folio
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:16:58
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-23 07:16:58
Also in:
linux-fsdevel
On Wed, Dec 08, 2021 at 04:22:26AM +0000, Matthew Wilcox (Oracle) wrote:
One of the callers already had a folio; the other two grow by a few bytes, but filemap_read_page() shrinks by 50 bytes for a net reduction of 27 bytes.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>