Re: [PATCH v1] docs: fault-injection: drop reference to md-faulty
From: Jonathan Corbet
Date: Thu Jul 24 2025 - 10:33:20 EST
Vignesh Raman <vignesh.raman@xxxxxxxxxxxxx> writes:
> Commit 415c7451872b ("md: Remove deprecated CONFIG_MD_FAULTY") removed
> the md-faulty driver, so drop the outdated reference from the
> fault-injection documentation.
>
> Signed-off-by: Vignesh Raman <vignesh.raman@xxxxxxxxxxxxx>
> ---
> Documentation/fault-injection/fault-injection.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/fault-injection/fault-injection.rst b/Documentation/fault-injection/fault-injection.rst
> index 1c14ba08fbfc..c2d3996b5b40 100644
> --- a/Documentation/fault-injection/fault-injection.rst
> +++ b/Documentation/fault-injection/fault-injection.rst
> @@ -2,7 +2,7 @@
> Fault injection capabilities infrastructure
> ===========================================
>
> -See also drivers/md/md-faulty.c and "every_nth" module option for scsi_debug.
> +See also "every_nth" module option for scsi_debug.
>
Applied, thanks.
jon