t/io_uring: fix bad if
authorJens Axboe <axboe@kernel.dk>
Tue, 29 Jan 2019 19:04:22 +0000 (12:04 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Jan 2019 19:04:22 +0000 (12:04 -0700)
commite2f309e61cb68f19cbe7b02b1c69246d6dfa36bf
tree69fb58be767ea1a9bfa82ea552b39e195b8c50f0
parente9d4aa0736f962cb9d302017e25e6b9be4c99686
t/io_uring: fix bad if

We need braces for that check, or it's always going to be true.

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