Re: [PATCH v15 13/17] iomap: Convert iomap_write_begin and iomap_write_end to folios
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-07-20 07:16:31
Also in:
linux-fsdevel, linux-mm
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-07-20 07:16:31
Also in:
linux-fsdevel, linux-mm
On Mon, Jul 19, 2021 at 07:39:57PM +0100, Matthew Wilcox (Oracle) wrote:
These functions still only work in PAGE_SIZE chunks, but there are fewer conversions from head to tail pages as a result of this patch.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>