kern

diff src/fs.h @ 97:8717eb590727

ok stopping with the filesystem to manage to write the article in time
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 Dec 2011 14:09:17 +0200
parents 07fe6a614185
children
line diff
     1.1 --- a/src/fs.h	Thu Dec 15 04:39:00 2011 +0200
     1.2 +++ b/src/fs.h	Sat Dec 17 14:09:17 2011 +0200
     1.3 @@ -76,6 +76,8 @@
     1.4  
     1.5  	struct superblock *sb;
     1.6  
     1.7 +	void *zeroblock;
     1.8 +
     1.9  	struct filesys *next;
    1.10  };
    1.11