]> git.ipfire.org Git - thirdparty/linux.git/commit - io_uring/timeout.h
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>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commit59915143e89fb8dc7b5bd9dcaf628d8181fd54ac
treeaa1d77dce0cc12a0ca04ab3fb2a0e036ead6719e
parente418bbc97bffda868934acfdf8a1173ab044be69
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]