aboutsummaryrefslogtreecommitdiff
path: root/io_uring/epoll.c
AgeCommit message (Collapse)AuthorFilesLines
2022-07-24io_uring: move epoll handler to its own fileGravatar Jens Axboe 1-0/+62
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>