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>
Thu, 21 Jul 2022 14:34:49 +0000 (08:34 -0600)
commit91c2e67442ed6625e6a6c7c6851c962981375f51
treee961410301273bffc6915fe24eb0b7d6f1557f84
parent787ef08a852f04c4f95a75422b3225df9f188628
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]