]> Zhao Yanbai Git Server - minix.git/commitdiff
More filesystems.
authorBen Gras <ben@minix3.org>
Tue, 28 Mar 2006 11:34:59 +0000 (11:34 +0000)
committerBen Gras <ben@minix3.org>
Tue, 28 Mar 2006 11:34:59 +0000 (11:34 +0000)
servers/fs/const.h

index 139503fe3983b100896c088c220fc6f28af44c5d..d471e23124f2b14038f31f6dac70c3938a40fff3 100644 (file)
@@ -6,7 +6,7 @@
 
 #define NR_FILPS         256   /* # slots in filp table */
 #define NR_INODES        256   /* # slots in "in core" inode table */
-#define NR_SUPERS          8   /* # slots in super block table */
+#define NR_SUPERS         12   /* # slots in super block table */
 #define NR_LOCKS           8   /* # slots in the file locking table */
 
 /* The type of sizeof may be (unsigned) long.  Use the following macro for