commit | 0e0702dac26b282603261f04a62711a2d9aac17b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Nov 14 21:42:10 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 19:48:31 2019 -0700 |
tree | 7e4e7597db34a4745dacdcdbcb4932b469b4f9ec | |
parent | 95a5bbae05ef1ec1cceb8c1b04a482aa0b7c177c [diff] |
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: Jens Axboe <axboe@kernel.dk>