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>
Thu, 21 Jul 2022 14:34:12 +0000 (08:34 -0600)
commit45fa2196462cc69f8de945a65048b0665ff5b1c8
treea156797308a5781980f4c5d3836654475528d2e1
parent1a8cf9162ee272698b44307b0ddb1bd4154665c3
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