public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH] io_uring: undeprecate epoll_ctl support
@ 2023-05-01 18:52 Ben Noordhuis
  2023-05-02 12:47 ` Pavel Begunkov
  2023-05-03 14:55 ` Jens Axboe
  0 siblings, 2 replies; 12+ messages in thread
From: Ben Noordhuis @ 2023-05-01 18:52 UTC (permalink / raw)
  To: io-uring; +Cc: Ben Noordhuis

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

Link: https://github.com/libuv/libuv/pull/3979
---
 io_uring/epoll.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/io_uring/epoll.c b/io_uring/epoll.c
index 9aa74d2c80bc..89bff2068a19 100644
--- a/io_uring/epoll.c
+++ b/io_uring/epoll.c
@@ -25,10 +25,6 @@ int io_epoll_ctl_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe)
 {
 	struct io_epoll *epoll = io_kiocb_to_cmd(req, struct io_epoll);
 
-	pr_warn_once("%s: epoll_ctl support in io_uring is deprecated and will "
-		     "be removed in a future Linux kernel version.\n",
-		     current->comm);
-
 	if (sqe->buf_index || sqe->splice_fd_in)
 		return -EINVAL;
 
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-05-27  2:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01 18:52 [PATCH] io_uring: undeprecate epoll_ctl support Ben Noordhuis
2023-05-02 12:47 ` Pavel Begunkov
2023-05-03  8:58   ` Ben Noordhuis
2023-05-03 12:49     ` Jens Axboe
2023-05-03 13:21       ` Pavel Begunkov
2023-05-03 13:42         ` Jens Axboe
2023-05-03 13:13     ` Pavel Begunkov
2023-05-03 14:55 ` Jens Axboe
2023-05-06  9:55   ` Ben Noordhuis
2023-05-27  1:48     ` Sam James
2023-05-27  2:22       ` Jens Axboe
2023-05-27  2:22     ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox