]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: honor IOSQE_ASYNC for linked reqs
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 22 Jan 2020 20:09:36 +0000 (23:09 +0300)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jan 2020 20:57:48 +0000 (13:57 -0700)
commit14f044d44a253f6536ab2618e60292e0635858c8
tree7b5caddd46e223844c0c75b8bacf99c9994ae3fb
parent58924c7b3df77b08de9113ef6e9f0397a7619823
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>
fs/io_uring.c