diff mbox series

NFS: Don't enable NFS v2 by default

Message ID 20240425203440.440780-1-anna@kernel.org (mailing list archive)
State New
Headers show
Series NFS: Don't enable NFS v2 by default | expand

Commit Message

Anna Schumaker April 25, 2024, 8:34 p.m. UTC
From: Anna Schumaker <Anna.Schumaker@Netapp.com>

This came up during one of the Bake-a-thon discussions. NFS v2 support
was dropped from nfs-utils/mount.nfs in December 2021. Let's turn it
off by default in the kernel too, since this means there isn't a way
to mount and test it.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
---
 fs/nfs/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jeff Layton April 26, 2024, 12:05 p.m. UTC | #1
On Thu, 2024-04-25 at 16:34 -0400, Anna Schumaker wrote:
> From: Anna Schumaker <Anna.Schumaker@Netapp.com>
> 
> This came up during one of the Bake-a-thon discussions. NFS v2 support
> was dropped from nfs-utils/mount.nfs in December 2021. Let's turn it
> off by default in the kernel too, since this means there isn't a way
> to mount and test it.
> 
> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
> ---
>  fs/nfs/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
> index f7e32d76e34d..57249f040dfc 100644
> --- a/fs/nfs/Kconfig
> +++ b/fs/nfs/Kconfig
> @@ -33,12 +33,12 @@ config NFS_FS
>  config NFS_V2
>  	tristate "NFS client support for NFS version 2"
>  	depends on NFS_FS
> -	default y
> +	default n
>  	help
>  	  This option enables support for version 2 of the NFS protocol
>  	  (RFC 1094) in the kernel's NFS client.
>  
> -	  If unsure, say Y.
> +	  If unsure, say N.
>  
>  config NFS_V3
>  	tristate "NFS client support for NFS version 3"

Reviewed-by: Jeffrey Layton <jlayton@kernel.org>
diff mbox series

Patch

diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index f7e32d76e34d..57249f040dfc 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -33,12 +33,12 @@  config NFS_FS
 config NFS_V2
 	tristate "NFS client support for NFS version 2"
 	depends on NFS_FS
-	default y
+	default n
 	help
 	  This option enables support for version 2 of the NFS protocol
 	  (RFC 1094) in the kernel's NFS client.
 
-	  If unsure, say Y.
+	  If unsure, say N.
 
 config NFS_V3
 	tristate "NFS client support for NFS version 3"