summaryrefslogtreecommitdiff
path: root/io_uring/epoll.h
AgeCommit message (Collapse)AuthorFilesLines
2022-07-25io_uring: move epoll handler to its own fileJens Axboe1-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>