Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/fs/ext2fs/inode.h 254260 2013-08-12 21:34:48Z pfg $
---
> * $FreeBSD: head/sys/fs/ext2fs/inode.h 254283 2013-08-13 15:40:43Z pfg $
57c57
< * The size of physical and logical block numbers and time fields in UFS.
---
> * The size of physical and logical block numbers in EXT2FS.
59c59,61
< typedef int32_t e2fs_lbn_t;
---
> typedef uint32_t e2fs_daddr_t;
> typedef int64_t e2fs_lbn_t;
> typedef int64_t e4fs_daddr_t;