Re: [PATCH 2/2] iomap: submit read bio after each extent
"Darrick J. Wong" <[email protected]> Thu, 25 Jun 2026 23:20:31 -0700
| 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 | <20260626062031.GO6078@frogsfrogsfrogs> |
On Fri, Jun 26, 2026 at 08:16:37AM +0200, Christoph Hellwig wrote: > On Fri, Jun 26, 2026 at 06:33:19AM +0200, Christoph Hellwig wrote: > > 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. > > Btw, can I get a signoff from you for this? It looks like splitting > this into a separate patch actually works better. If you have a > preferred commit log I'd take that as well instead of mine. > > This is what I'm currently testing: > > https://git.infradead.org/?p=users/hch/misc.git;a=shortlog;h=refs/heads/iomap-read-submit-bio For both of the patches at the end of the branch, Reviewed-by: "Darrick J. Wong" <[email protected]> --D