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>
Wed, 22 Jun 2022 17:32:32 +0000 (11:32 -0600)
commit33ac1f9427c606e7fa73df479102a9dc4ea2056f
tree0ba853b23e7bdb7ed60cb2a9496f9a0f548b1240
parent280d174578d5361026948ad8e799f6f34e3ae3d2
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