]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d7a574d9115336ee89a6ed0eb50b733b9925c86
tree1300dff8caa613fb8d6c670663311041869bb95b
parentd4cf5f3fbadde1d8021aa4ba28ef73e9633a230b
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