io_uring: add a dummy -EOPNOTSUPP prep handler
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 12:04:14 +0000 (06:04 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:34:12 +0000 (08:34 -0600)
commit1a8cf9162ee272698b44307b0ddb1bd4154665c3
tree162cb8cabbe9eb10c19ab9ffba34ef43ce88ab11
parent651de3ae6b88ec54bb35820cbc7f38adff54750a
io_uring: add a dummy -EOPNOTSUPP prep handler

Add it and use it for the epoll handling, if epoll isn't configured.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c