Skip to content

Commit 4529e00

Browse files
author
Anna Schumaker
committed
NFS: Fix NFS KConfig typos
Two issues were noticed after the NFS v4.0 KConfig changes were merged upstream. First, the text of CONFIG_NFS_V4 should not encourage people to select it if they are unsure. Second, the new CONFIG_NFS_V4_0 option should default to "on" instead of "off" to avoid breaking people's setups if they are using NFS v4.0. Reported-by: Niklas Cassel <[email protected]> Reported-by: Geert Uytterhoeven <[email protected]> Fixes: 4e02693 ("NFS: Add a way to disable NFS v4.0 via KConfig") Fixes: 7537db2 ("NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4") Signed-off-by: Anna Schumaker <[email protected]>
1 parent 7b6275c commit 4529e00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fs/nfs/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ config NFS_V4
8787
space programs which can be found in the Linux nfs-utils package,
8888
available from http://linux-nfs.org/.
8989

90-
If unsure, say Y.
90+
If unsure, say N.
9191

9292
config NFS_SWAP
9393
bool "Provide swap over NFS support"
@@ -100,6 +100,7 @@ config NFS_SWAP
100100
config NFS_V4_0
101101
bool "NFS client support for NFSv4.0"
102102
depends on NFS_V4
103+
default y
103104
help
104105
This option enables support for minor version 0 of the NFSv4 protocol
105106
(RFC 3530) in the kernel's NFS client.

0 commit comments

Comments
 (0)