aboutsummaryrefslogtreecommitdiff
path: root/toys/toylist.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-02-18 16:24:55 -0500
committerRob Landley <rob@landley.net>2007-02-18 16:24:55 -0500
commitcff28b7bcda93a5ac1a3203a6ac8cbef55f23856 (patch)
tree23f6a4eb9f20a15e17f46ebe94f95f295f0da627 /toys/toylist.h
parent5f1d7e250f7d91e38d13dcdffb768df55599dfea (diff)
downloadtoybox-cff28b7bcda93a5ac1a3203a6ac8cbef55f23856.tar.gz
Precalculate block and inode usage given a starting file tree. This compiles,
probably doesn't actually work yet.
Diffstat (limited to 'toys/toylist.h')
-rw-r--r--toys/toylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/toylist.h b/toys/toylist.h
index c2fff141..173e870a 100644
--- a/toys/toylist.h
+++ b/toys/toylist.h
@@ -25,7 +25,7 @@ struct mke2fs_data {
long reserved_percent;
char *gendir;
- unsigned blocks, groups, treeblocks, treeinodes;
+ unsigned blocks, groups, blockbits, treeblocks, treeinodes;
int fsfd, noseek;
struct ext2_superblock sb;
struct dirtree *dt;