Revision a3133586

b/block/blkverify.c
300 300
{
301 301
    ssize_t offset = blkverify_iovec_compare(acb->qiov, &acb->raw_qiov);
302 302
    if (offset != -1) {
303
        blkverify_err(acb, "contents mismatch in sector %lld",
304
                      acb->sector_num + (offset / BDRV_SECTOR_SIZE));
303
        blkverify_err(acb, "contents mismatch in sector %" PRId64,
304
                      acb->sector_num + (int64_t)(offset / BDRV_SECTOR_SIZE));
305 305
    }
306 306
}
307 307

  

Also available in: Unified diff