sleep: fix one more printf format of a fiemap field
authorFilipe Brandenburger <filbranden@google.com>
Wed, 27 Jun 2018 16:19:33 +0000 (09:19 -0700)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 20 Sep 2018 22:47:19 +0000 (23:47 +0100)
commit3b1cee1d7b93546a50da5347711ac291e6ebe473
treed35cc98ee1436db2981cb4605c305daf3e93905e
parent26151dcba4a614ff7b0d832fc4e3d7ea0509f15c
sleep: fix one more printf format of a fiemap field

Use PRIu64 constant to get the format right on LP-64 architectures,
cast to (uint64_t) to solve incompatibility of __u64.

This was missed in ad4bc3352285f467f4ffa03c3171b19fa0a8758d, so fix it
with this follow up.

(cherry picked from commit d7af62d52cd3b58c5fe7d410e907e01fed71c02e)

Gbp-Pq: Name sleep-fix-one-more-printf-format-of-a-fiemap-field.patch
src/test/test-sleep.c