]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: run next sqe inline if possible
authorJens Axboe <axboe@kernel.dk>
Tue, 10 Dec 2019 03:01:01 +0000 (20:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 10 Dec 2019 23:33:23 +0000 (16:33 -0700)
commit22a33410dc109af13e2e8538c5468f1426125575
treeafe7662e3f7468881305785921e4cfc4cfc5201a
parent49b7c6c13971bb96d06116e93e41bc14be6e0026
io_uring: run next sqe inline if possible

One major use case of linked commands is the ability to run the next
link inline, if at all possible. This is done correctly for async
offload, but somewhere along the line we lost the ability to do so when
we were able to complete a request without having to punt it. Ensure
that we do so correctly.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c