diff toys/toylist.h @ 97:4c81e6375719

Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count index blocks).
author Rob Landley <rob@landley.net>
date Sun, 04 Feb 2007 19:14:58 -0500
parents cc0a6789f92a
children 97d717829ff0
line wrap: on
line diff
--- a/toys/toylist.h	Sun Feb 04 19:06:07 2007 -0500
+++ b/toys/toylist.h	Sun Feb 04 19:14:58 2007 -0500
@@ -23,10 +23,12 @@
 	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:"