summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-08-13 18:39:36 +0000
committerpfg <pfg@FreeBSD.org>2013-08-13 18:39:36 +0000
commit14b4517fa3de42913ad6f68527f43b5144a01918 (patch)
tree925be550febf58e7b6c6bb1002630e5da73dee9a /sys/fs/ext2fs
parent39612cec7868fe9a4ecd39c13802793866496b4a (diff)
downloadFreeBSD-src-14b4517fa3de42913ad6f68527f43b5144a01918.zip
FreeBSD-src-14b4517fa3de42913ad6f68527f43b5144a01918.tar.gz
ext2fs: update format specifiers for ext4 type.
Reported by: Sam Fourman Jr. MFC after: 3 weeks
Diffstat (limited to 'sys/fs/ext2fs')
-rw-r--r--sys/fs/ext2fs/ext2_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_subr.c b/sys/fs/ext2fs/ext2_subr.c
index 7ff7079..9afad65 100644
--- a/sys/fs/ext2fs/ext2_subr.c
+++ b/sys/fs/ext2fs/ext2_subr.c
@@ -150,7 +150,7 @@ ext2_checkoverlap(struct buf *bp, struct inode *ip)
ep->b_blkno + btodb(ep->b_bcount) <= start)
continue;
vprint("Disk overlap", vp);
- (void)printf("\tstart %d, end %d overlap start %lld, end %ld\n",
+ (void)printf("\tstart %ld, end %ld overlap start %lld, end %ld\n",
start, last, (long long)ep->b_blkno,
(long)(ep->b_blkno + btodb(ep->b_bcount) - 1));
panic("Disk buffer overlap");
OpenPOWER on IntegriCloud