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>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commita9c210cebe13c36487a239ae7f4671a389fed127
tree3aef4833aa165b8cee9e2251043d259466309da5
parent4cf90495281b43f5f597ef4a9abcc83a63973571
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