iterate_bvec(): expand bvec.h macro forest, massage a bit
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 27 Apr 2021 00:19:14 +0000 (20:19 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 10 Jun 2021 15:45:17 +0000 (11:45 -0400)
commit7491a2bf64e3a4f1699deba97728cd9f8856bdf3
tree8c90a59ad52e394f46539e1b5ddea7e9d90c7330
parent5c67aa90cd5c59912ee71cff879e8f1ab237ad88
iterate_bvec(): expand bvec.h macro forest, massage a bit

... incidentally, using pointer instead of index in an array
(the only change here) trims half-kilobyte of .text...

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