diff options
author | Rob Landley <rob@landley.net> | 2007-02-04 19:14:58 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-02-04 19:14:58 -0500 |
commit | 720fc26d33352407715cb286a4edc23d15906d5f (patch) | |
tree | f0f621317e0e2ffc895b7b814488d0bc12fd11ed /toys/toylist.h | |
parent | 97c63ecb359138a04073e043b85bf928a14d7e8a (diff) | |
download | toybox-720fc26d33352407715cb286a4edc23d15906d5f.tar.gz |
Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count
index blocks).
Diffstat (limited to 'toys/toylist.h')
-rw-r--r-- | toys/toylist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/toylist.h b/toys/toylist.h index 715b5613..87aaba84 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -23,10 +23,12 @@ struct mke2fs_data { long bytes_per_inode; long inodes; long reserved_percent; + char *gendir; unsigned blocks, groups; int fsfd, noseek; struct ext2_superblock sb; + struct dirtree *dt; }; // "E:jJ:L:m:O:" |