+2
−1
io_uring/cancel.c
0 → 100644
+194
−0
io_uring/cancel.h
0 → 100644
+6
−0
+1
−176
+0
−1
Loading
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>