Re: [PATCH v9 7/8] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages

From: David Howells
Date: Tue Jan 24 2023 - 15:47:36 EST


John Hubbard <jhubbard@xxxxxxxxxx> wrote:

> A quite minor point: it seems like the last two args got reversed more
> or less by accident. It's not worth re-spinning or anything, but it
> seems better to leave the order the same between these two routines.

I pushed the extra return value to the end. It seems better that way.

David