On Mon, Jul 14, 2025 at 09:20:54AM -0400, Brian Foster wrote: > The bug checks at the top of iomap_write_begin() assume the pos/len > reflect exactly the next range to process. This may no longer be the > case once the get folio path is able to process a folio batch from > the filesystem. Move the check a bit further down after the folio > lookup and range trim to verify everything lines up with the current > iomap. The subject line is wrong now that the checks are removed entirely. The patch itself looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>