]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcb0c4649db693ff7f5049361a872b9e5b9946f72
treedd36c56f5d4c655496b82799620ff7ffdc331f6e
parent84abb0bb7e0eacce98f87770cfa18445bda958c9
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