io_uring: fix io_poll_remove_all clang warnings
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 20 Jun 2022 00:25:54 +0000 (01:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:44:29 +0000 (08:44 -0600)
commit61beb1f58edbd794056bad58dc46a224948c9933
tree8013ea9a1b78c9121ee031e0529c91d8cd053da6
parent8703e6df74da0c0672ad7c4a5f7a725b0d47f8d0
io_uring: fix io_poll_remove_all clang warnings

clang complains on bitwise operations with bools, add a bit more
verbosity to better show that we want to call io_poll_remove_all_table()
twice but with different arguments.

Reported-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/f11d21dcdf9233e0eeb15fa13b858a05a78eb310.1655684496.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/poll.c