From a237dcf774c53a319fd2ecc3d85a8d88d408f660 Mon Sep 17 00:00:00 2001 From: Karl Mehltretter Date: Sat, 5 Sep 2026 03:09:52 +0200 Subject: 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 Reviewed-by: Randy Dunlap Reviewed-by: Bradley Morgan Signed-off-by: Jonathan Corbet Message-ID: <20260905010952.57451-1-kmehltretter@gmail.com> --- Documentation/admin-guide/sysctl/kernel.rst | 13 ------------- 1 file changed, 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 ====== -- cgit v1.2.3