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, 19 Jul 2022 17:08:47 +0000 (13:08 -0400)
commitea3636ccf8b23a70a51e42d3229f8da2b6b197d5
tree33ccf89ee959d7ae26c2802328237ee9b9a06e71
parenteebc69788279ed71a538f3918d555b66f50ec10e
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