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>
Thu, 21 Jul 2022 14:34:49 +0000 (08:34 -0600)
commit787ef08a852f04c4f95a75422b3225df9f188628
tree5fb5e48b8ea2cae75e5e137c5fd78e10657e0aaa
parent32bba81902290c59c21a3fa2f5206c44d9156a05
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