]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: be consistent in assigning next work from handler
authorJens Axboe <axboe@kernel.dk>
Wed, 15 Jan 2020 05:09:06 +0000 (22:09 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Jan 2020 05:09:06 +0000 (22:09 -0700)
commitf8cc15a442dafc0cfba6355f5f63de37bd56ed15
tree6f56e9f33ce0c72e03e91c25236109c52dd8797d
parent16de2f470eb7246f2569f35b3b8a355a8e4f7394
io_uring: be consistent in assigning next work from handler

If we pass back dependent work in case of links, we need to always
ensure that we call the link setup and work prep handler. If not, we
might be missing some setup for the next work item.

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