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>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commit17437f311490d873a5157f65a84317d16270fd38
tree840446aa33554e40b8ba0f0fc68cd7707fe26b58
parent59915143e89fb8dc7b5bd9dcaf628d8181fd54ac
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]