io_uring: deprecate epoll_ctl support
authorJens Axboe <axboe@kernel.dk>
Wed, 1 Jun 2022 18:36:42 +0000 (12:36 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:43:58 +0000 (08:43 -0600)
commit85573c4bd94217e3583ed28d2f1ca4dbc7c3be0d
tree5ab7b387d7f0b884b104236a4d3f9104d56d4bfb
parentd0eac5e5d2956569fb32a7c72d94f538df4c8672
io_uring: deprecate epoll_ctl support

As far as we know, nobody ever adopted the epoll_ctl management via
io_uring. Deprecate it now with a warning, and plan on removing it in
a later kernel version. When we do remove it, we can revert the following
commits as well:

39220e8d4a2a ("eventpoll: support non-blocking do_epoll_ctl() calls")
58e41a44c488 ("eventpoll: abstract out epoll_ctl() handler")

Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/io-uring/CAHk-=wiTyisXBgKnVHAGYCNvkmjk=50agS2Uk6nr+n3ssLZg2w@mail.gmail.com/
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/epoll.c