]> 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)
commitb503cbdc07763fe04405abd83e1645709d1fb9e9
tree6f56e9f33ce0c72e03e91c25236109c52dd8797d
parent0fa17e647681b1f2310b86c256b6a3c52e135690
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