kern

diff src/fs.h @ 95:ec62cbe00b55

whatever
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 11 Dec 2011 21:15:35 +0200
parents b3351d018ac6
children 07fe6a614185
line diff
     1.1 --- a/src/fs.h	Sun Dec 11 11:12:30 2011 +0200
     1.2 +++ b/src/fs.h	Sun Dec 11 21:15:35 2011 +0200
     1.3 @@ -40,6 +40,9 @@
     1.4  
     1.5  	/* total number of blocks */
     1.6  	unsigned int num_blocks;
     1.7 +	/* total number of inodes */
     1.8 +	unsigned int num_inodes;
     1.9 +
    1.10  	/* inode allocation bitmap start and count */
    1.11  	blkid ibm_start;
    1.12  	unsigned int ibm_count;