+226
−0
+5
−1
+4
−240
+9
−1
+1
−0
Loading
There's a bunch of code strictly dealing with cancelations, and that
code really belongs in cancel.c rather than in the core io_uring.c file.
Move the code there. Mostly mechanical, only real oddity here is that
struct io_defer_entry now needs to be visible across both io_uring.c
and cancel.c.
Signed-off-by:
Jens Axboe <axboe@kernel.dk>