Deleted Added
full compact
7c7
< * $FreeBSD: head/sys/fs/ext2fs/ext2fs.h 228583 2011-12-16 15:47:43Z pfg $
---
> * $FreeBSD: head/sys/fs/ext2fs/ext2fs.h 231168 2012-02-07 22:31:28Z pfg $
126c126,141
< uint32_t reserved2[190]; /* Padding to the end of the block */
---
> uint32_t e3fs_mkfs_time; /* when the fs was created */
> uint32_t e3fs_jnl_blks[17]; /* backup of the journal inode */
> uint32_t e4fs_bcount_hi; /* block count */
> uint32_t e4fs_rbcount_hi; /* reserved blocks count */
> uint32_t e4fs_fbcount_hi; /* free blocks count */
> uint16_t e4fs_min_extra_isize;/* all inodes have at least some bytes */
> uint16_t e4fs_want_extra_isize; /* new inodes should reserve some bytes */
> uint32_t e4fs_flags; /* miscellaneous flags */
> uint16_t e4fs_raid_stride; /* RAID stride */
> uint16_t e4fs_mmpintv; /* number of seconds to wait in MMP checking */
> uint64_t e4fs_mmpblk; /* block for multi-mount protection */
> uint32_t e4fs_raid_stripe_wid;/* blocks on all data disks (N * stride) */
> uint8_t e4fs_log_gpf; /* FLEX_BG group size */
> uint8_t e4fs_char_pad2;
> uint16_t e4fs_pad;
> uint32_t reserved2[162]; /* Padding to the end of the block */
142c157
< int32_t e2fs_bpg; /* Number of blocks per group */
---
> int32_t e2fs_bpg; /* Number of blocks per group */
145,146c160,161
< uint32_t e2fs_ipg; /* Number of inodes per group */
< uint32_t e2fs_ipb; /* Number of inodes per block */
---
> uint32_t e2fs_ipg; /* Number of inodes per group */
> uint32_t e2fs_ipb; /* Number of inodes per block */
149,150c164,165
< uint32_t e2fs_fpb; /* Number of fragments per block */
< uint32_t e2fs_fpg; /* Number of fragments per group */
---
> uint32_t e2fs_fpb; /* Number of fragments per block */
> uint32_t e2fs_fpg; /* Number of fragments per group */
164c179
< int32_t e2fs_maxcontig; /* max number of contiguous blks */
---
> int32_t e2fs_maxcontig; /* max number of contiguous blks */