Re: [PATCH v2 10/18] block: convert iomap ops to ->iomap_next()

From: Christoph Hellwig

Date: Thu Jul 02 2026 - 10:07:57 EST


On Tue, Jun 30, 2026 at 06:55:22PM -0600, Keith Busch wrote:
> On Tue, Jun 30, 2026 at 05:09:25PM -0700, Joanne Koong wrote:
> > static const struct iomap_ops blkdev_iomap_ops = {
> > - .iomap_begin = blkdev_iomap_begin,
> > + .iomap_next = blkdev_iomap_next,
> > };
>
> I think it's generally safe to use the same mailing list for the entire
> series. There's no context here on what "iomap_next" is because I'm
> subscribed only to linux-block. I found the rest here:

Yeah, without that some people always get screwed over reviewing the
series.

> FWIW, everything looks good to me.
>
> Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>

Same here:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>