]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2925e49436578d8c5b74240f651cd771b346671
tree3aef4833aa165b8cee9e2251043d259466309da5
parentfeef05efe85c7a20b01d9008b407e08d7cc2c92f
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