commit | 86a761f81ec87a96572214f5db606f60d36aaf08 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Wed Jan 22 23:09:36 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jan 22 13:57:48 2020 -0700 |
tree | 7b5caddd46e223844c0c75b8bacf99c9994ae3fb | |
parent | 1118591ab883f46df4ab614cc976bc4c8e04a464 [diff] |
io_uring: honor IOSQE_ASYNC for linked reqs REQ_F_FORCE_ASYNC is checked only for the head of a link. Fix it. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>