Commit fdee946
committed
io_uring: don't bounce block based -EAGAIN retry off task_work
These events happen inline from submission, so there's no need to
bounce them through the original task. Just set them up for retry
and issue retry directly instead of going over task_work.
Signed-off-by: Jens Axboe <axboe@kernel.dk>1 parent eefdf30 commit fdee946
1 file changed
Lines changed: 6 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2295 | 2295 | | |
2296 | 2296 | | |
2297 | 2297 | | |
2298 | | - | |
2299 | | - | |
2300 | | - | |
2301 | | - | |
2302 | | - | |
2303 | | - | |
2304 | | - | |
2305 | | - | |
2306 | | - | |
2307 | | - | |
2308 | | - | |
2309 | | - | |
2310 | | - | |
2311 | | - | |
2312 | | - | |
2313 | | - | |
2314 | 2298 | | |
2315 | 2299 | | |
2316 | 2300 | | |
| |||
2321 | 2305 | | |
2322 | 2306 | | |
2323 | 2307 | | |
2324 | | - | |
2325 | | - | |
| 2308 | + | |
2326 | 2309 | | |
2327 | | - | |
2328 | | - | |
| 2310 | + | |
| 2311 | + | |
| 2312 | + | |
2329 | 2313 | | |
| 2314 | + | |
| 2315 | + | |
2330 | 2316 | | |
2331 | 2317 | | |
2332 | 2318 | | |
| |||
0 commit comments