aboutsummaryrefslogtreecommitdiff
path: root/toys/e2fs.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-28 04:54:01 -0500
committerRob Landley <rob@landley.net>2007-01-28 04:54:01 -0500
commit3ac8d261fd430c45f4827570cb5146336cbc656a (patch)
tree0f61d908b901bfe5ef8054c3bfb287de55aa71ff /toys/e2fs.h
parent43d7e909cb98e02ea11877f7516e721ac0aa5b5d (diff)
downloadtoybox-3ac8d261fd430c45f4827570cb5146336cbc656a.tar.gz
More work on mke2fs.
Diffstat (limited to 'toys/e2fs.h')
-rw-r--r--toys/e2fs.h2
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 {