summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r--sys/kern/vfs_cluster.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index 1994c54..7fd0402 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -289,10 +289,11 @@ single_block_read:
printf("A+");
else
printf("A");
- printf("(%lld,%ld,%lld,%d) ",
- (intmax_t)rbp->b_lblkno, rbp->b_bcount,
+ printf("(%jd,%jd,%jd,%jd) ",
+ (intmax_t)rbp->b_lblkno,
+ (intmax_t)rbp->b_bcount,
(intmax_t)(rbp->b_lblkno - origblkno),
- seqcount);
+ (intmax_t)seqcount);
}
#endif
OpenPOWER on IntegriCloud