diff options
author | Rob Landley <rob@landley.net> | 2007-01-28 04:54:01 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-01-28 04:54:01 -0500 |
commit | 3ac8d261fd430c45f4827570cb5146336cbc656a (patch) | |
tree | 0f61d908b901bfe5ef8054c3bfb287de55aa71ff /toys/e2fs.h | |
parent | 43d7e909cb98e02ea11877f7516e721ac0aa5b5d (diff) | |
download | toybox-3ac8d261fd430c45f4827570cb5146336cbc656a.tar.gz |
More work on mke2fs.
Diffstat (limited to 'toys/e2fs.h')
-rw-r--r-- | toys/e2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/e2fs.h b/toys/e2fs.h index ef8f5e8b..bcffa3c6 100644 --- a/toys/e2fs.h +++ b/toys/e2fs.h @@ -72,7 +72,7 @@ struct ext2_group uint16_t free_blocks_count; // How many free blocks in this group? uint16_t free_inodes_count; // How many free inodes in this group? uint16_t used_dirs_count; // How many directories? - uint16_t reserved[7]; // pad to 256 bits. + uint16_t reserved[7]; // pad to 32 bytes }; struct ext2_dentry { |