On Thu, Sep 18, 2025 at 09:16:42AM -0700, Keith Busch wrote:
> +             bio_advance_iter_single(ctx->bio_in, &ctx->iter_in, len);
> +             bytes -= len;
> +     } while (bytes);
> +
> +     sg_mark_end(sg_in);
> +     sg_in = dmreq->sg_in[0];

Err, there should be an '&' in there, "&dmreq->sg_in[0];"

By the way, I only tested plain64 for the ivmode. That appears to work
fine, but I am aware this will not be successful with elephant, lmk, or
tcw. So just an RFC for now to see if it's worth pursuing.

Reply via email to