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>
Wed, 22 Jun 2022 17:28:47 +0000 (11:28 -0600)
commitc96c0e046fad67797e8907d7979f3250c92bb444
tree7f847824376a0f8bb0810ce5f814de7623d39cd4
parent539a06ffa800bc9b817ae1421f736455473ac4f5
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]