io_uring: move fdinfo helpers to its own file
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 16:40:19 +0000 (10:40 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commita4ad4f748ea96202451f88b6385d7283d0f2e513
treefc51a4da80a7e654e34699aa86f1603995995432
parente5550a1447bf8d82f32b58e2ba54792a6985d080
io_uring: move fdinfo helpers to its own file

This also means moving a bit more of the fixed file handling to the
filetable side, which makes sense separately too.

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