io_uring: move timeout opcodes and handling into its own file
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 14:57:27 +0000 (08:57 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:28:31 +0000 (11:28 -0600)
commitcc85c9f78c5d0fc8ecbda6e01d8e97a610681017
tree2dc1ae31025df91233ede2af58bba54132d1da2b
parent8d1169c39d945791afcdd97e889b5fbab9750be9
io_uring: move timeout opcodes and 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/io_uring_types.h
io_uring/timeout.c [new file with mode: 0644]
io_uring/timeout.h [new file with mode: 0644]