From 7497a7677917454dbf574df5c96470429f7f3af8 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 28 Mar 2006 11:34:59 +0000 Subject: [PATCH] More filesystems. --- servers/fs/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0