iolog: Use %llu for 64-bit
authorJens Axboe <axboe@kernel.dk>
Fri, 8 Apr 2022 18:46:44 +0000 (12:46 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Apr 2022 18:46:44 +0000 (12:46 -0600)
commit6d01ac19170fadaf46a6db6b4cc347f1b389f422
treed242abcd6fd86532c5a5f7b915be48ad608d3146
parent11cb686eeda83b9ff15619f01a8ad52f4be017cd
iolog: Use %llu for 64-bit

The previous fix was a bit dump, we need %llu on 32-bit. Fi that and
the cast.

Fixes: 11cb686eeda8 ("iolog: fix warning for 32-bit compilation")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
iolog.c