commit | fdaf083cdfb556a45c422c8998268baf1ab26829 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Oct 30 09:37:30 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Nov 04 10:22:56 2020 -0700 |
tree | f9320271cdcca727ca356b38c6159436412752f9 | |
parent | 3dd1680d1418f22f7ddaf98a4eab66285a099b3e [diff] |
io_uring: properly handle SQPOLL request cancelations Track if a given task io_uring context contains SQPOLL instances, so we can iterate those for cancelation (and request counts). This ensures that we properly wait on SQPOLL contexts, and find everything that needs canceling. Signed-off-by: Jens Axboe <axboe@kernel.dk>