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>
Thu, 21 Jul 2022 14:38:08 +0000 (08:38 -0600)
commit04d70db6e5af4254b630ffaf7529e8e8cfbfa2d3
tree213c0e9ef8e6c8d115306dcca5ba94c8a889b07a
parente18862b552beab95d6546ece61ef25ddfab7cab6
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