commit | 2c855de93314e9573f31044976ffd89cb70a2dbd | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 15 16:03:25 2022 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 08 22:37:18 2022 -0400 |
tree | 1cec98a604162a4b3f752d0c15dc1f67d11dcd9c | |
parent | ca591967543ab1af7e6e68bd505ef7869d3f2175 [diff] |
ITER_PIPE: clean pipe_advance() up instead of setting ->iov_offset for new position and calling pipe_truncate() to adjust ->len of the last buffer and discard everything after it, adjust ->len at the same time we set ->iov_offset and use pipe_discard_from() to deal with buffers past that. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>