io_uring: move cancelation into its own file
authorJens Axboe <axboe@kernel.dk>
Thu, 26 May 2022 02:36:47 +0000 (20:36 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commit7aaff708a768144ec6459f0a58301be1a6b982fc
tree9b330a9f284f38ac7bfbf97441fab2db065aeac3
parent329061d3e2f9a0082a097e9558bd5497098586c6
io_uring: move cancelation into its own file

This also helps cleanup the io_uring.h cancel parts, as we can make
things static in the cancel.c file, mostly.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/cancel.c [new file with mode: 0644]
io_uring/cancel.h [new file with mode: 0644]
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/timeout.c