On Wed, Feb 12, 2025 at 08:57:04AM -0500, Brian Foster wrote: > Update iomap direct I/O to advance the iter directly rather than via > iter.processed. Since unique subhelpers exist for various mapping > types, advance in the commonly called iomap_dio_iter() function. > Update the switch statement branches to fall out, advance by the > number of bytes processed and return either success or failure. Can we push the advance into iomap_dio_{bio,hole,inline}_iter? It think that would be a bit cleaner as I tried to keep them as self-contained as possible.