io_uring: move epoll handler to its own file
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 12:09:18 +0000 (06:09 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:28:31 +0000 (11:28 -0600)
commitab50edcc59e4564b7ffec8185db6d110a940c230
treeb9d8822f81f4177f2936eabce830e2d5e971dac0
parentee81a07bd37455d35c5df143f22ade0602363539
io_uring: move epoll handler to its own file

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>
io_uring/Makefile
io_uring/epoll.c [new file with mode: 0644]
io_uring/epoll.h [new file with mode: 0644]
io_uring/io_uring.c