On Sun, Jan 11, 2026 at 12:28 PM Eric Biggers <[email protected]> wrote: > > dm-verity doesn't support data blocks that span pages, and it sets > dma_alignment accordingly. As such, instead of using > bio_advance_iter(), it can use the more lightweight function > bio_advance_iter_single() to get the same result. > > Signed-off-by: Eric Biggers <[email protected]>
Reviewed-by: Sami Tolvanen <[email protected]> Sami
