OSDN Git Service

io_uring: add support for epoll_ctl(2)
authorJens Axboe <axboe@kernel.dk>
Wed, 8 Jan 2020 22:18:09 +0000 (15:18 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 29 Jan 2020 22:46:09 +0000 (15:46 -0700)
commit3e4827b05d2ac2d377ed136a52829ec46787bf4b
treea3969e58dd0a55dde73d262cb771fef34bfa762c
parent39220e8d4a2aaab045ea03cc16d737e85d0817bf
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>
fs/io_uring.c
include/uapi/linux/io_uring.h