Skip to content
Commit 0e0702da authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: cleanup return values from the queueing functions



__io_queue_sqe(), io_queue_sqe(), io_queue_link_head() all return 0/err,
but the caller doesn't care since the errors are handled inline. Clean
these up and just make them void.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 95a5bbae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment