diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-04-21 04:27:41 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-04-25 03:18:18 +0300 |
commit | 10c873334febaeea9aa0c25c10b5ac0951b77a5f (patch) | |
tree | 1d0770df86158bf28ca69ff21fc08b813f4f2ab8 /include/trace | |
parent | 4c3c09439c08b03d9503df0ca4c7619c5842892e (diff) | |
download | linux-10c873334febaeea9aa0c25c10b5ac0951b77a5f.tar.xz |
io_uring: allow re-poll if we made progress
We currently check REQ_F_POLLED before arming async poll for a
notification to retry. If it's set, then we don't allow poll and will
punt to io-wq instead. This is done to prevent a situation where a buggy
driver will repeatedly return that there's space/data available yet we
get -EAGAIN.
However, if we already transferred data, then it should be safe to rely
on poll again. Gate the check on whether or not REQ_F_PARTIAL_IO is
also set.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/trace')
0 files changed, 0 insertions, 0 deletions