Re: [PATCH] block: Fix start and length check added to iov_iter_extract_bvecs()
From: David Howells
Date: Wed Aug 26 2026 - 15:25:03 EST
Keith Busch <kbusch@xxxxxxxxxx> wrote:
> iov_iter_alignment loops over all the vectors when we only need to
> examine the current one here.
Can the check be done earlier, then?
David