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

From: Keith Busch

Date: Tue Jun 30 2026 - 20:56:09 EST


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:

https://lore.kernel.org/linux-fsdevel/20260701000949.1666714-1-joannelkoong@xxxxxxxxx/

FWIW, everything looks good to me.

Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>