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>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commit4cf90495281b43f5f597ef4a9abcc83a63973571
tree76651d3e4e0337a687926c3af80ae15662caf141
parent99f15d8d61364299ae780cc739c74068a6d2538d
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