summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Mehltretter <kmehltretter@gmail.com>2026-09-05 03:09:52 +0200
committerJonathan Corbet <corbet@lwn.net>2026-09-07 10:37:01 -0600
commita237dcf774c53a319fd2ecc3d85a8d88d408f660 (patch)
treeadc47b4b6ad092f070bdfeb750aa0c1de72b32cf
parenta9b424650f6c279c28e166b852c7f41c54bd6003 (diff)
downloadlinux-next-a237dcf774c53a319fd2ecc3d85a8d88d408f660.tar.gz
linux-next-a237dcf774c53a319fd2ecc3d85a8d88d408f660.zip
docs: sysctl: Remove obsolete sg-big-buff entry
The sg-big-buff sysctl no longer exists. The documented SG_BIG_BUFF macro is only a compatibility alias and changing it does not alter the driver default. Fixes: 50209dec14f8 ("scsi: sg: Remove deprecated sg-big-buff") Assisted-by: LLM Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Bradley Morgan <brads@mainlining.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260905010952.57451-1-kmehltretter@gmail.com>
-rw-r--r--Documentation/admin-guide/sysctl/kernel.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index fb38d654846d..64b78789459d 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -1334,19 +1334,6 @@ seccomp
See Documentation/userspace-api/seccomp_filter.rst.
-sg-big-buff
-===========
-
-This file shows the size of the generic SCSI (sg) buffer.
-You can't tune it just yet, but you could change it on
-compile time by editing ``include/scsi/sg.h`` and changing
-the value of ``SG_BIG_BUFF``.
-
-There shouldn't be any reason to change this value. If
-you can come up with one, you probably know what you
-are doing anyway :)
-
-
shmall
======