t/io_uring: fix 32-bit compile warnings
authorJens Axboe <axboe@kernel.dk>
Sun, 21 Nov 2021 13:50:22 +0000 (06:50 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 21 Nov 2021 13:50:22 +0000 (06:50 -0700)
commitbb209d680e10004286775510f7e2e4e19956312c
tree874370277ec08e353b8b350684c12c1ad0239cd4
parent14c71859165671f7838409571f75dca8b3b3ded3
t/io_uring: fix 32-bit compile warnings

We need to use a 64-bit cast for the shift the the user_data, and
fix the init of minv in the clat percentile calculation.

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