From 720fc26d33352407715cb286a4edc23d15906d5f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 4 Feb 2007 19:14:58 -0500 Subject: Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count index blocks). --- toys/toylist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toys/toylist.h') 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:" -- cgit v1.2.3