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>
Fri, 17 Jun 2022 14:25:27 +0000 (08:25 -0600)
commitd0ea3b7af3d1471f193adfca59f6f21dfe6b3d91
tree79cfb1dcfdc76f2f5fb4a91827ddcfeaf33ef97d
parent72978b221d9c2ff5e9f37db955624c9893133445
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]