Skip to content

Commit 4ea0bf4

Browse files
bnoordhuisaxboe
authored andcommitted
io_uring: undeprecate epoll_ctl support
Libuv recently started using it so there is at least one consumer now. Cc: [email protected] Fixes: 61a2732 ("io_uring: deprecate epoll_ctl support") Link: libuv/libuv#3979 Signed-off-by: Ben Noordhuis <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 533ab73 commit 4ea0bf4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

io_uring/epoll.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ int io_epoll_ctl_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe)
2525
{
2626
struct io_epoll *epoll = io_kiocb_to_cmd(req, struct io_epoll);
2727

28-
pr_warn_once("%s: epoll_ctl support in io_uring is deprecated and will "
29-
"be removed in a future Linux kernel version.\n",
30-
current->comm);
31-
3228
if (sqe->buf_index || sqe->splice_fd_in)
3329
return -EINVAL;
3430

0 commit comments

Comments
 (0)