]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit959a051f6e56191f435a6510080ac0c70c5342e6
tree9b330a9f284f38ac7bfbf97441fab2db065aeac3
parent71e3bd454a3e198759845f998d98562e81ca1e40
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