Re: [PATCH v15 06/17] iomap: Convert iomap_releasepage to use a folio
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-07-20 06:55:40
Also in:
linux-fsdevel, linux-mm
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-07-20 06:55:40
Also in:
linux-fsdevel, linux-mm
On Mon, Jul 19, 2021 at 07:39:50PM +0100, Matthew Wilcox (Oracle) wrote:
This is an address_space operation, so its argument must remain as a struct page, but we can use a folio internally.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>