io_uring: move SQPOLL related handling into its own file
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 15:13:39 +0000 (09:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:28:31 +0000 (11:28 -0600)
commitc0faae9a6332d14302f237b5050228a58911c227
treeefeeef04e059476e6705b9912f5a1f87cceccb39
parentcc85c9f78c5d0fc8ecbda6e01d8e97a610681017
io_uring: move SQPOLL related handling into its own file

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/sqpoll.c [new file with mode: 0644]
io_uring/sqpoll.h [new file with mode: 0644]