[Cluster-devel] [PATCH v2 5/6] iov_iter: Introduce ITER_FLAG_FAST_ONLY flag

Linus Torvalds torvalds at linux-foundation.org
Mon Jul 19 19:29:35 UTC 2021


On Sun, Jul 18, 2021 at 3:40 PM Andreas Gruenbacher <agruenba at redhat.com> wrote:
>
> Introduce a new ITER_FLAG_FAST_ONLY flag

I think the code is fine, but I think it might be best to call this
"ITER_FLAG_NOIO" or something like that.

The "FAST_ONLY" name makes sense in the context of
"get_user_pages_fast()" where we have that "fast" naming (and the long
history too). But I don't think it makes much sense as a name in the
context of iov_iter.

                   Linus




More information about the Cluster-devel mailing list