io_uring: ensure that io_init_req() passes in the right issue_flags
We can't use 0 here, as io_init_req() is always invoked with the ctx uring_lock held. Newer kernels have IO_URING_F_UNLOCKED for this, but previously we used IO_URING_F_NONBLOCK to indicate this as well. Fixes: 08681391 ("io_uring: add missing lock in io_get_file_fixed") Signed-off-by:Jens Axboe <axboe@kernel.dk> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
-
mentioned in commit 14f61184
-
mentioned in commit 430d142a
-
mentioned in commit d77a0d05
-
mentioned in commit d460ea01
-
mentioned in commit 169ef28c
-
mentioned in commit 933f364f
-
mentioned in commit 4511dc25
-
mentioned in commit 7de9743b
-
mentioned in commit 5210719c
-
mentioned in commit e80b42ac
-
mentioned in commit c2e3f757
-
mentioned in commit 851de32d
-
mentioned in commit 851de32d
-
mentioned in commit cb94f24f
-
mentioned in commit 223326aa
-
mentioned in commit cc5374a4
-
mentioned in commit 89fd3d85
-
mentioned in commit 3c12341e
Please sign in to comment