summaryrefslogtreecommitdiffstats
path: root/io_uring/filetable.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-251-1/+0
| | | | | | | | | | io_uring/io_uring.h already includes io_uring_types.h, no need to include it every time. Kill it in a bunch of places, it prepares us for following patches. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/94d8c943fbe0ef949981c508ddcee7fc1c18850f.1655384063.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
* io_uring: move remaining file table manipulation to filetable.cJens Axboe2022-07-251-1/+86
| | | | Signed-off-by: Jens Axboe <axboe@kernel.dk>
* io_uring: separate out file table handling codeJens Axboe2022-07-251-0/+57
Signed-off-by: Jens Axboe <axboe@kernel.dk>