ext2fs: update format specifiers for ext4 type.

Reported by:	Sam Fourman Jr.
MFC after:	3 weeks
This commit is contained in:
Pedro F. Giffuni 2013-08-13 18:39:36 +00:00
parent 60c412bb16
commit 88ae190ea0

View File

@ -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");