Messages in this thread Patch in this message |  | | | Date | Fri, 7 Jan 2005 15:25:00 +0100 (MET) | | From | <> | | Subject | [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.
Andries
diff -uprN -X /linux/dontdiff a/include/linux/fs.h b/include/linux/fs.h --- a/include/linux/fs.h 2004-12-04 16:18:23.000000000 +0100 +++ b/include/linux/fs.h 2004-12-20 00:17:28.000000000 +0100 @@ -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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |