aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-02-12 20:03:01 -0500
committerRob Landley <rob@landley.net>2007-02-12 20:03:01 -0500
commit4f5a671bf49bcce98be1a0be847cf4f5eaeacd2a (patch)
treeac2790528a16ae67410fbac5083ef13cddf61ff6 /toys/toylist.h
parent6275b1f7a5a9a920b890505cd30ef4507d475b8b (diff)
downloadtoybox-4f5a671bf49bcce98be1a0be847cf4f5eaeacd2a.tar.gz
More work on mke2fs.c. Random in-progress snapshot...
Diffstat (limited to 'toys/toylist.h')
-rw-r--r--toys/toylist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/toylist.h b/toys/toylist.h
index 87aaba84..ae2ff2c5 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -21,11 +21,11 @@ struct df_data {
struct mke2fs_data {
long blocksize;
long bytes_per_inode;
- long inodes;
+ long inodespg;
long reserved_percent;
char *gendir;
- unsigned blocks, groups;
+ unsigned blocks, groups, treeblocks, treeinodes;
int fsfd, noseek;
struct ext2_superblock sb;
struct dirtree *dt;