Skip to content
Commit f5da8354 authored by Al Viro's avatar Al Viro
Browse files

iterate_and_advance(): get rid of magic in case when n is 0



iov_iter_advance() needs to do some non-trivial work when it's given
0 as argument (skip all empty iovecs, mostly).  We used to implement
it via iterate_and_advance(); we no longer do so and for all other
users of iterate_and_advance() zero length is a no-op.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 594e450b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment