mbox series

[v2,0/2] optimise iov_iter

Message ID cover.1605827965.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series optimise iov_iter | expand

Message

Pavel Begunkov Nov. 19, 2020, 11:24 p.m. UTC
The first patch optimises iov_iter_npages() for the bvec case, and the
second helps code generation to kill unreachable code.

v2: same code, stylistic message changes
    + Reviewed-by

Pavel Begunkov (2):
  iov_iter: optimise iov_iter_npages for bvec
  iov_iter: optimise iter type checking

 include/linux/uio.h | 10 +++++-----
 lib/iov_iter.c      | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)