]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Nov 2020 11:39:03 +0000 (12:39 +0100)
commit61500bf55a0357cfe8116fbc8f09c024a9417e25
tree6453aa080c6687e77870bb8396e2e3ae81658c1b
parent99a16993c5f8ec24eba14a638c91904e8d8a8c8d
io_uring: don't miss setting IO_WQ_WORK_CONCURRENT

[ Upstream commit feaadc4fc2ebdbd53ffed1735077725855a2af53 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/io_uring.c