io_uring: add support for epoll_ctl(2) for-5.6/io_uring-epoll-test
authorJens Axboe <axboe@kernel.dk>
Wed, 8 Jan 2020 22:18:09 +0000 (15:18 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jan 2020 16:37:20 +0000 (09:37 -0700)
commit6adb44effcb0979a6ba8fa0fddcd26fd4f33efa0
tree0c98879849e98d9e25f4562461a9c05c31c02413
parent5ae26faac84d76bf4a599d44b03e3b781e58c7b8
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