Re: [5.15 REGRESSION] iomap: Fix inline extent handling in iomap_readpage
From: Andreas Grünbacher <hidden>
Date: 2021-11-11 16:21:29
Also in:
linux-fsdevel, linux-xfs
From: Andreas Grünbacher <hidden>
Date: 2021-11-11 16:21:29
Also in:
linux-fsdevel, linux-xfs
Am Do., 11. Nov. 2021 um 08:26 Uhr schrieb Christoph Hellwig [off-list ref]:
The iomap mapping sizes are read-only to iomap for a good reason. You can't just break that design.
Right. We can stop iomap_iter by returning 0 now though; see v2. Thanks, Andreas