commit | 4b6c132b7da6430cf5dcc96948b04849dea0a32a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Apr 29 21:16:56 2021 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 10 11:44:23 2021 -0400 |
tree | 295c1cc2f4fc0b573a3d4b44db984a02c611fd41 | |
parent | 3b3fc051cd2cba42bf736fa62780857d251a1236 [diff] |
iov_iter: switch ..._full() variants of primitives to use of iov_iter_revert() Use corresponding plain variants, revert on short copy. That's the way it should've been done from the very beginning, except that we didn't have iov_iter_revert() back then... [fixed another braino caught by Qian Cai <quic_qiancai@quicinc.com>] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>