Re: [PATCH 18/22] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.linux-block,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 23, 2026 at 01:58:49PM -0700, Darrick J. Wong wrote: > Hmm, so I guess the advantage here is that instead of chaining together > a lot of ioends to do all the read completion stuff serially, we can > instead process them all in parallel(ish) since we don't really need to > grab ILOCKs and stuff like that, right? Yes.