iov_iter_npages(): don't bother with iterate_all_kinds()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 25 Apr 2021 20:00:48 +0000 (16:00 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 10 Jun 2021 15:45:12 +0000 (11:45 -0400)
commit66531c65aa254e77c935785036beb50985d0fe89
tree451d1a5c7d1b2040f8fa1233a90eb89477bba4dd
parent3d671ca62a08114810321a2a5e9d3523de5fb1b4
iov_iter_npages(): don't bother with iterate_all_kinds()

note that in bvec case pages can be compound ones - we can't just assume
that each segment is covered by one (sub)page

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
lib/iov_iter.c