commit | 92acdc4f37207c556baee0ea28ce0823d22b9812 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jun 12 17:54:35 2022 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 08 22:37:18 2022 -0400 |
tree | 3f12ea5d5642eca31b8480bbfb43e421ba28ed28 | |
parent | 2c855de93314e9573f31044976ffd89cb70a2dbd [diff] |
ITER_PIPE: clean iov_iter_revert() Fold pipe_truncate() into it, clean up. We can release buffers in the same loop where we walk backwards to the iterator beginning looking for the place where the new position will be. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>