Re: [PATCH v15 03/17] iomap: Convert to_iomap_page to take a folio
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-07-20 06:50:41
Also in:
linux-fsdevel, linux-mm
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-07-20 06:50:41
Also in:
linux-fsdevel, linux-mm
On Mon, Jul 19, 2021 at 07:39:47PM +0100, Matthew Wilcox (Oracle) wrote:
The big comment about only using a head page can go away now that it takes a folio argument. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de> (all the iomap work is going to cause heavy clashes with the iomap_iter work, but they should be mostly context, not really functional).