commit | 9221d2e37b729077797e6d02012289892dbdb859 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Apr 25 00:44:35 2021 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 10 11:45:10 2021 -0400 |
tree | 9c8619d3cc168554eba89d1e31da8934b41d5ab3 | |
parent | 8409a0d261e20180361e7afe6d89847d1bad4ce8 [diff] |
iov_iter_alignment(): don't bother with iterate_all_kinds() It's easier to go over the array manually. We need to watch out for truncated iov_iter, though - iovec array might cover more than i->count. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>