diff options
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 4 |
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; |