Re: [PATCH 4/8] iov_iter: use bvec iterator to implement iterate_bvec()
This looks fine to me, but I'd really like to see Al review it as well.
[PATCH 4/8] iov_iter: use bvec iterator to implement iterate_bvec()
bvec has provided one iterator already, so not necessary to invent a new wheel for this job. Signed-off-by: Ming Lei --- lib/iov_iter.c | 31 +++ 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/lib/iov_iter.c b/lib/iov_iter.c index 5fecddc..5e1b224 100