diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-03-22 01:58:32 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-04-11 17:41:59 -0600 |
commit | 8c130827f417da791edb919df8cac56af30a1489 (patch) | |
tree | 7d114fbb821ddf896dbe86abbef7e96a66ae8ea7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1c98679db94155a145f8389f9aaee30c99dbbd5a (diff) |
io_uring: don't alter iopoll reissue fail ret code
When reissue_prep failed in io_complete_rw_iopoll(), we change return
code to -EIO to prevent io_iopoll_complete() from doing resubmission.
Mark requests with a new flag (i.e. REQ_F_DONT_REISSUE) instead and
retain the original return value.
It also removes io_rw_reissue() from io_iopoll_complete() that will be
used later.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions