io_uring: make io_sqpoll_wait_sq return void
authorQuanfa Fu <quanfafu@gmail.com>
Sun, 15 Jan 2023 07:15:19 +0000 (15:15 +0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Jan 2023 22:17:40 +0000 (15:17 -0700)
commit88b80534f60f5ddf5f42218b280e0370f95eae78
tree8717a3486de6024d89fb6940f4d5d922657bb122
parentc3f4d39ee4bc06f975ff45012398342ff276eb69
io_uring: make io_sqpoll_wait_sq return void

Change the return type to void since it always return 0, and no need
to do the checking in syscall io_uring_enter.

Signed-off-by: Quanfa Fu <quanfafu@gmail.com>
Link: https://lore.kernel.org/r/20230115071519.554282-1-quanfafu@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/sqpoll.c
io_uring/sqpoll.h