diff options
author | Cosmin Nicolaescu <can29@bandersnatch.cs.drexel.edu> | 2005-05-01 11:59:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 11:59:28 -0400 |
commit | c31403a1f5a761599df38bcc2d6ba94f24320c33 (patch) | |
tree | b753650fba949d8b56c65d024b7e82363b894871 /Documentation | |
parent | fd4a3244941ed74fffc24b64857977270e6f64e2 (diff) |
[PATCH] Documentation: remove super-{nr, max} to reflect fs/super.c
The patch updates the documentation for /proc. super-nr and super-max have
been dropped from the kernel since 2.4.9 due to minor numbering issues.
This change was not documented in the documentation.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/proc.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index cbe85c17176b..6c98f2bd421e 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt | |||
@@ -909,16 +909,6 @@ nr_free_inodes | |||
909 | Represents the number of free inodes. Ie. The number of inuse inodes is | 909 | Represents the number of free inodes. Ie. The number of inuse inodes is |
910 | (nr_inodes - nr_free_inodes). | 910 | (nr_inodes - nr_free_inodes). |
911 | 911 | ||
912 | super-nr and super-max | ||
913 | ---------------------- | ||
914 | |||
915 | Again, super block structures are allocated by the kernel, but not freed. The | ||
916 | file super-max contains the maximum number of super block handlers, where | ||
917 | super-nr shows the number of currently allocated ones. | ||
918 | |||
919 | Every mounted file system needs a super block, so if you plan to mount lots of | ||
920 | file systems, you may want to increase these numbers. | ||
921 | |||
922 | aio-nr and aio-max-nr | 912 | aio-nr and aio-max-nr |
923 | --------------------- | 913 | --------------------- |
924 | 914 | ||