Deleted Added
full compact
36c36
< * $FreeBSD: head/sys/fs/ext2fs/ext2_alloc.c 251809 2013-06-16 16:10:45Z pfg $
---
> * $FreeBSD: head/sys/fs/ext2fs/ext2_alloc.c 252103 2013-06-23 02:44:42Z pfg $
168c168,169
< int32_t start_lbn, end_lbn, soff, newblk, blkno;
---
> e2fs_lbn_t start_lbn, end_lbn;
> int32_t soff, newblk, blkno;
553c554
< ext2_blkpref(struct inode *ip, int32_t lbn, int indx, int32_t *bap,
---
> ext2_blkpref(struct inode *ip, e2fs_lbn_t lbn, int indx, int32_t *bap,