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>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commitc9f06aa7de153cdbe424e7e38be39f2272cf78bc
treecd88c2b482d95378da7ed99ce691c722c37d8388
parenta4ad4f748ea96202451f88b6385d7283d0f2e513
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]