summaryrefslogtreecommitdiffstats
path: root/io_uring/sqpoll.h
Commit message (Collapse)AuthorAgeFilesLines
* io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu2023-01-291-1/+1
| | | | | | | | | 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: move SQPOLL related handling into its own fileJens Axboe2022-07-241-0/+29
Signed-off-by: Jens Axboe <axboe@kernel.dk>