mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] remove NR_SUPER define
@ 2005-01-07 14:25 Andries.Brouwer
  0 siblings, 0 replies; only message in thread
From: Andries.Brouwer @ 2005-01-07 14:25 UTC (permalink / raw)
  To: akpm, torvalds; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-07 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07 14:25 [PATCH] remove NR_SUPER define Andries.Brouwer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome