commit | aa96bf8a9ee33457b7e3ea43e97dfa1e3a15ab20 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Apr 03 11:26:26 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Apr 03 11:35:57 2020 -0600 |
tree | a3ba2c7171210464132794274827829d17dd15b4 | |
parent | 3537b6a7c65434d0d2cc0c9862e69be11c367fdc [diff] |
io_uring: use io-wq manager as backup task if task is exiting If the original task is (or has) exited, then the task work will not get queued properly. Allow for using the io-wq manager task to queue this work for execution, and ensure that the io-wq manager notices and runs this work if woken up (or exiting). Reported-by: Dan Melnic <dmm@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>