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>
Wed, 22 Jun 2022 17:28:47 +0000 (11:28 -0600)
commit539a06ffa800bc9b817ae1421f736455473ac4f5
tree9ef27bf552e0a10aa8516ff43e846dca8d1138df
parent1b48e642c50588b747c6f44d24de2b73b0b1c85d
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