t/aio-ring: print head/tail as unsigneds
authorJens Axboe <axboe@kernel.dk>
Fri, 21 Dec 2018 22:37:16 +0000 (15:37 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 21 Dec 2018 22:37:16 +0000 (15:37 -0700)
commit10c4d1318fff63eef1d22c6be6d816210277ae17
treecc5871ecd950c4555bb590841b3091b25a705684
parentf8289afc71120087b2a76ceb0e20aaba6a207030
t/aio-ring: print head/tail as unsigneds

Since we're wrapping now and using the full range, we can get
logging ala:

IOPS=1094880, IOS/call=32/32, inflight=32 (head=-1509517216 tail=-1509517216), Cachehit=0.00%

Ensure we print as unsigned, as that's the right type.

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