diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-02-11 18:28:21 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-02-11 11:40:42 -0700 |
commit | f161340d9e85b9038031b497b32383e50ff00ca1 (patch) | |
tree | 06d4a9887be7e67657ab8740be56b228f4745fe7 /tools/perf/scripts/python/flamegraph.py | |
parent | 6e833d538b3123767393c987d11c40b7728b3f79 (diff) |
io_uring: simplify iopoll reissuing
Don't stash -EAGAIN'ed iopoll requests into a list to reissue it later,
do it eagerly. It removes overhead on keeping and checking that list,
and allows in case of failure for these requests to be completed through
normal iopoll completion path.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions