diff options
author | Stephen Kitt <steve@sk2.org> | 2022-09-30 12:29:36 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-10-19 16:42:09 -0600 |
commit | 4ce463179a5c9efddf186ace343ac97175b11417 (patch) | |
tree | 7bd85da7ee3559e4c65fc5b350f549524668fc4d /Documentation/admin-guide/sysctl | |
parent | c46ff5c5b8a8142a3fe7a5504969a62a07cdaab3 (diff) | |
download | linux-4ce463179a5c9efddf186ace343ac97175b11417.tar.bz2 |
docs: sysctl/fs: remove references to super-max/-nr
These were removed in 2.4.7.8. Remove references to super-max and
super-nr in the sysctl documentation.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Link: https://lore.kernel.org/r/20220930102937.135841-5-steve@sk2.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/sysctl')
-rw-r--r-- | Documentation/admin-guide/sysctl/fs.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/admin-guide/sysctl/fs.rst b/Documentation/admin-guide/sysctl/fs.rst index a61c6aec5e5e..df683c15b098 100644 --- a/Documentation/admin-guide/sysctl/fs.rst +++ b/Documentation/admin-guide/sysctl/fs.rst @@ -277,16 +277,6 @@ or otherwise protected/tainted binaries. The modes are = ========== =============================================================== -super-max & super-nr --------------------- - -These numbers control the maximum number of superblocks, and -thus the maximum number of mounted filesystems the kernel -can have. You only need to increase super-max if you need to -mount more filesystems than the current value in super-max -allows you to. - - mount-max --------- |