From 895af77fe6ff7c73f198e852a40976ed102a49e4 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Fri, 10 Apr 2015 07:15:06 -0400 Subject: check blockno passed to idestart --- param.h | 1 + 1 file changed, 1 insertion(+) (limited to 'param.h') diff --git a/param.h b/param.h index 1a73f42..a7e90ef 100644 --- a/param.h +++ b/param.h @@ -10,4 +10,5 @@ #define MAXOPBLOCKS 10 // max # of blocks any FS op writes #define LOGSIZE (MAXOPBLOCKS*3) // max data blocks in on-disk log #define NBUF (MAXOPBLOCKS*3) // size of disk block cache +#define FSSIZE 1000 // size of file system in blocks -- cgit v1.2.3