projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46ff5c
)
docs: sysctl/fs: remove references to super-max/-nr
author
Stephen Kitt
<steve@sk2.org>
Fri, 30 Sep 2022 10:29:36 +0000
(12:29 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Wed, 19 Oct 2022 22:42:09 +0000
(16:42 -0600)
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>
Documentation/admin-guide/sysctl/fs.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/sysctl/fs.rst
b/Documentation/admin-guide/sysctl/fs.rst
index a61c6aec5e5efff0ddd9f720f2ee0637c754d2b1..df683c15b098cf994df029aeea29b482ad5d7484 100644
(file)
--- 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
---------