ext2fs: update format specifiers for ext4 type.
Reported by: Sam Fourman Jr. MFC after: 3 weeks
This commit is contained in:
parent
39612cec78
commit
14b4517fa3
@ -150,7 +150,7 @@ ext2_checkoverlap(struct buf *bp, struct inode *ip)
|
|||||||
ep->b_blkno + btodb(ep->b_bcount) <= start)
|
ep->b_blkno + btodb(ep->b_bcount) <= start)
|
||||||
continue;
|
continue;
|
||||||
vprint("Disk overlap", vp);
|
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,
|
start, last, (long long)ep->b_blkno,
|
||||||
(long)(ep->b_blkno + btodb(ep->b_bcount) - 1));
|
(long)(ep->b_blkno + btodb(ep->b_bcount) - 1));
|
||||||
panic("Disk buffer overlap");
|
panic("Disk buffer overlap");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user