
From: <Andries.Brouwer@cwi.nl>

Last month I removed the "or too many mounted filesystems" part from an
error message in mount(8) - NR_SUPER has not been used in a very long time.
Also NR_RESERVED_FILES is unused today.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/linux/fs.h |    2 --
 1 files changed, 2 deletions(-)

diff -puN include/linux/fs.h~remove-nr_super-define include/linux/fs.h
--- 25/include/linux/fs.h~remove-nr_super-define	2005-01-10 17:29:39.755843112 -0800
+++ 25-akpm/include/linux/fs.h	2005-01-10 17:29:39.760842352 -0800
@@ -68,8 +68,6 @@ extern int dir_notify_enable;
 #endif
 
 #define NR_FILE  8192	/* this can well be larger on a larger system */
-#define NR_RESERVED_FILES 10 /* reserved for root */
-#define NR_SUPER 256
 
 #define MAY_EXEC 1
 #define MAY_WRITE 2
_
