summaryrefslogtreecommitdiffstats
path: root/io_uring/fdinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* io_uring: move fdinfo helpers to its own fileJens Axboe2022-07-241-0/+3
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>