]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
io_uring: remove iopoll spinlock
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 23 Nov 2022 11:33:42 +0000 (11:33 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:26:53 +0000 (13:26 +0100)
commit5c1baa6037b717c8c925cbaf757f01a758ac8c6f
treeabeaa4cbde2bb1868ea485a2744ce7f8fe005e29
parent223ba1d1f06aab7752b104f1d64158025d1ff297
io_uring: remove iopoll spinlock

commit 2dac1a159216b39ced8d78dba590c5d2f4249586 upstream.

This reverts commit 2ccc92f4effcfa1c51c4fcf1e34d769099d3cad4

io_req_complete_post() should now behave well even in case of IOPOLL, we
can remove completion_lock locking.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/7e171c8b530656b14a671c59100ca260e46e7f2a.1669203009.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
io_uring/rw.c