summaryrefslogtreecommitdiffstats
path: root/io_uring/epoll.h
Commit message (Collapse)AuthorAgeFilesLines
* io_uring: move epoll handler to its own fileJens Axboe2022-07-241-0/+6
Would be nice to sort out Kconfig for this and don't even compile epoll.c if we don't have epoll configured. Signed-off-by: Jens Axboe <axboe@kernel.dk>