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>
Thu, 21 Jul 2022 14:34:49 +0000 (08:34 -0600)
commit078a30a655ff8a26ede7dbafaccefe280b55a290
tree49742c803881583ee0d5e6c6140f783871b85353
parent237ab11eb0e79423dbec3ebe6ca85a012a3e492f
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]