Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/fs/ext2fs/inode.h 251809 2013-06-16 16:10:45Z pfg $
---
> * $FreeBSD: head/sys/fs/ext2fs/inode.h 252103 2013-06-23 02:44:42Z pfg $
52a53,57
> * The size of physical and logical block numbers and time fields in UFS.
> */
> typedef int32_t e2fs_lbn_t;
>
> /*
151c156
< int32_t in_lbn; /* Logical block number. */
---
> e2fs_lbn_t in_lbn; /* Logical block number. */