]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] remove NR_SUPER define
authorAndries E. Brouwer <andries.brouwer@cwi.nl>
Tue, 11 Jan 2005 01:25:53 +0000 (17:25 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 01:25:53 +0000 (17:25 -0800)
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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/fs.h

index 31391d59ddc2422032c0230a450a96d1ad91d3eb..aa7abb112dbc685679b3ecbcd8adac3e5ca3ca6f 100644 (file)
@@ -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