commit | 95a5bbae05ef1ec1cceb8c1b04a482aa0b7c177c | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Nov 14 22:40:44 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 19:48:31 2019 -0700 |
tree | 1300dff8caa613fb8d6c670663311041869bb95b | |
parent | 9c91e6a5befb89d1494dd156dd4563f9e948a74f [diff] |
io_uring: io_async_cancel() should pass in 'nxt' request pointer If we have a linked request, this enables us to pass it back directly without having to go through async context. Signed-off-by: Jens Axboe <axboe@kernel.dk>