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