]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFS: Fix NFS KConfig typos
authorAnna Schumaker <anna.schumaker@oracle.com>
Wed, 18 Feb 2026 16:41:15 +0000 (11:41 -0500)
committerAnna Schumaker <anna.schumaker@oracle.com>
Fri, 27 Feb 2026 20:42:14 +0000 (15:42 -0500)
commit4529e0015432977af3ecc3b9f940fc2a1ef1b265
treefa318b46d042235590c91dd55f99acaddda6d175
parent7b6275c80a0c81c5f8943272292dfe67730ce849
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 <cassel@kernel.org>
Reported-by: Geert Uytterhoeven <geert+renesas@glider.be>
Fixes: 4e0269352534 ("NFS: Add a way to disable NFS v4.0 via KConfig")
Fixes: 7537db24806f ("NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4")
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
fs/nfs/Kconfig