Re: [PATCH 2/2] iomap: submit read bio after each extent
Christoph Hellwig <[email protected]> Fri, 26 Jun 2026 06:33:19 +0200
| Newsgroups | dev.linux.lists.ntfs3,dev.linux.lists.fuse-devel,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-xfs,org.ozlabs.lists.linux-erofs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 25, 2026 at 11:32:40AM -0700, Joanne Koong wrote: > Yes, that works. I think that's a good idea. fuse only needs > submit_read logic for readahead. The change would just be: A nice, I'll fold that in. > If this fix needs to go into 7.2 though, maybe it makes sense to land > the v1 implementation [1] + the xfs integrity fix now and do the fuse > change later? In a way this is actually simpler as it doesn't require the prototype change. And it'll avoid both a temporary fuse performance regression and a bit of churn.