commit | 2bae047ec9576da72d5003487de0bb93e747fff7 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Apr 13 11:16:34 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Apr 13 11:22:52 2020 -0600 |
tree | 51ea48b19baf2d062a97457b30047b3440c565d6 | |
parent | 74ce6ce43d4fc6ce15efb21378d9ef26125c298b [diff] |
io_uring: io_async_task_func() should check and honor cancelation If the request has been marked as canceled, don't try and issue it. Instead just fill a canceled event and finish the request. Signed-off-by: Jens Axboe <axboe@kernel.dk>