pipe_get_pages(): switch to append_pipe()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 14 Jun 2022 20:38:53 +0000 (16:38 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Aug 2022 02:37:25 +0000 (22:37 -0400)
commit746de1f86fcd33464acac047f111eea877f2f7a0
treedd36c56f5d4c655496b82799620ff7ffdc331f6e
parenteba2d3d798295dc43cae8fade102f9d083a2a741
pipe_get_pages(): switch to append_pipe()

now that we are advancing the iterator, there's no need to
treat the first page separately - just call append_pipe()
in a loop.

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