commit | 3e4827b05d2ac2d377ed136a52829ec46787bf4b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Jan 08 15:18:09 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jan 29 15:46:09 2020 -0700 |
tree | a3969e58dd0a55dde73d262cb771fef34bfa762c | |
parent | 39220e8d4a2aaab045ea03cc16d737e85d0817bf [diff] |
io_uring: add support for epoll_ctl(2) This adds IORING_OP_EPOLL_CTL, which can perform the same work as the epoll_ctl(2) system call. Signed-off-by: Jens Axboe <axboe@kernel.dk>