OSDN Git Service

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)
commit78912934f4f7dd7a424159c69bf9bdd46e823781
tree6f56e9f33ce0c72e03e91c25236109c52dd8797d
parente0bbb3461ae000baec13e8ec5b5063202df228df
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