io_uring: undeprecate epoll_ctl support
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 6 May 2023 09:55:02 +0000 (11:55 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 27 May 2023 02:22:41 +0000 (20:22 -0600)
commit4ea0bf4b98d66a7a790abb285539f395596bae92
tree29298853b580f7f3775b75b0516f9eff07ba0835
parent533ab73f5b5c95dcb4152b52d5482abcc824c690
io_uring: undeprecate epoll_ctl support

Libuv recently started using it so there is at least one consumer now.

Cc: stable@vger.kernel.org
Fixes: 61a2732af4b0 ("io_uring: deprecate epoll_ctl support")
Link: https://github.com/libuv/libuv/pull/3979
Signed-off-by: Ben Noordhuis <info@bnoordhuis.nl>
Link: https://lore.kernel.org/r/20230506095502.13401-1-info@bnoordhuis.nl
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/epoll.c