io_uring: io_async_cancel() should pass in 'nxt' request pointer
authorJens Axboe <axboe@kernel.dk>
Fri, 15 Nov 2019 05:40:44 +0000 (22:40 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Nov 2019 02:48:31 +0000 (19:48 -0700)
commit95a5bbae05ef1ec1cceb8c1b04a482aa0b7c177c
tree1300dff8caa613fb8d6c670663311041869bb95b
parent9c91e6a5befb89d1494dd156dd4563f9e948a74f
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>
fs/io_uring.c