io_uring/poll: disable level triggered poll io_uring-6.0 io_uring-6.0-2022-09-29
authorJens Axboe <axboe@kernel.dk>
Wed, 28 Sep 2022 15:49:28 +0000 (09:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 29 Sep 2022 01:27:11 +0000 (19:27 -0600)
commitd59bd748db0a97a5d6a33b284b6c58b7f6f4f768
tree90598965f64b482935193f09ce422d922dc8fd2b
parent7cae596bc31f900bb72492ff40c7f5addf72fa19
io_uring/poll: disable level triggered poll

Stefan reports that there are issues with the level triggered
notification. Since we're late in the cycle, and it was introduced for
the 6.0 release, just disable it at prep time and we can bring this
back when Samba is happy with it.

Reported-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/poll.c