io_uring: move io_uring_task (tctx) helpers into its own file
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 17:01:04 +0000 (11:01 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Jun 2022 14:25:32 +0000 (08:25 -0600)
commitb0b68ee931d5e9fe2237310738cc729315bdf9dc
tree97d699a61ba53ed0ec46a53c78592615d8d26ef6
parent131fb3e07b3037124aa4d837791dd08f45687b12
io_uring: move io_uring_task (tctx) helpers into its own file

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