io_uring: don't miss setting IO_WQ_WORK_CONCURRENT
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 22 Oct 2020 15:47:16 +0000 (16:47 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Oct 2020 19:07:11 +0000 (13:07 -0600)
commitfeaadc4fc2ebdbd53ffed1735077725855a2af53
tree4abe7a954f7581402042d3518720ba6bac704537
parentc9abd7ad832b9eef06d887f4971894af5de617fd
io_uring: don't miss setting IO_WQ_WORK_CONCURRENT

Set IO_WQ_WORK_CONCURRENT for all REQ_F_FORCE_ASYNC requests, do that in
that is also looks better.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c