diff options
| author | Andries E. Brouwer <andries.brouwer@cwi.nl> | 2005-01-10 17:25:53 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-10 17:25:53 -0800 |
| commit | 111b88bf399406586f780f53c4b5e6d142a30bc4 (patch) | |
| tree | 9925d2dd50130c6f40b2e0c527d30860b2e77594 /include/linux | |
| parent | dac8a2f13cb3cc97d32204d5dd9c959f6f3b51a7 (diff) | |
[PATCH] remove NR_SUPER define
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 31391d59ddc2..aa7abb112dbc 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -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 |
