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

From: Joanne Koong

Date: Thu Jul 02 2026 - 20:06:57 EST


On Tue, Jun 30, 2026 at 5:55 PM Keith Busch <kbusch@xxxxxxxxxx> 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:
>
> https://lore.kernel.org/linux-fsdevel/20260701000949.1666714-1-joannelkoong@xxxxxxxxx/

Ahh I see, thanks for the heads up Keith. I'll do that from now on.

Thanks,
Joanne