linux/io_uring
Kanchan Joshi a9c3eda7ea io_uring: fix submission-failure handling for uring-cmd
If ->uring_cmd returned an error value different from -EAGAIN or
-EIOCBQUEUED, it gets overridden with IOU_OK. This invites trouble
as caller (io_uring core code) handles IOU_OK differently than other
error codes.
Fix this by returning the actual error code.

Signed-off-by: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-08-23 09:46:17 -06:00
..
2022-08-12 17:01:00 -06:00
2022-07-24 18:39:16 -06:00
2022-07-24 18:41:07 -06:00
2022-07-24 18:39:11 -06:00
2022-07-24 18:39:12 -06:00
2022-07-24 18:39:14 -06:00
2022-08-13 13:28:54 -07:00
2022-07-24 18:39:15 -06:00
2022-07-24 18:41:06 -06:00