]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: cleanup return values from the queueing functions
authorJens Axboe <axboe@kernel.dk>
Fri, 15 Nov 2019 04:42:10 +0000 (21:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Nov 2019 02:48:31 +0000 (19:48 -0700)
commit623d2250cf6ab5cb3e6e1fbeeb6dd4648df94724
tree7e4e7597db34a4745dacdcdbcb4932b469b4f9ec
parent5d7a574d9115336ee89a6ed0eb50b733b9925c86
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>
fs/io_uring.c