diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2021-04-28 20:59:08 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2021-06-10 11:45:15 -0400 |
commit | f5da83545f4ed2c1a1648b7d760a6fc358798e52 (patch) | |
tree | 9a2f903521c3810a7f3a159e3d3e534ba60f45c3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 594e450b3f4435a9d663df3d48d7fa34e685cbd1 (diff) |
iterate_and_advance(): get rid of magic in case when n is 0
iov_iter_advance() needs to do some non-trivial work when it's given
0 as argument (skip all empty iovecs, mostly). We used to implement
it via iterate_and_advance(); we no longer do so and for all other
users of iterate_and_advance() zero length is a no-op.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions