From: Ben Gras Date: Tue, 28 Mar 2006 11:34:59 +0000 (+0000) Subject: More filesystems. X-Git-Tag: v3.1.2a~113 X-Git-Url: http://zhaoyanbai.com/repos/man.named-checkconf.html?a=commitdiff_plain;h=7497a7677917454dbf574df5c96470429f7f3af8;p=minix.git More filesystems. --- diff --git a/servers/fs/const.h b/servers/fs/const.h index 139503fe3..d471e2312 100644 --- a/servers/fs/const.h +++ b/servers/fs/const.h @@ -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