summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
diff options
context:
space:
mode:
authorAnna Schumaker2019-06-19 23:24:10 +0200
committerTrond Myklebust2019-07-06 20:54:53 +0200
commit4368d77a4d985758303a4257c07991c079db7a75 (patch)
tree9791e196d639da92ba57395d3b9f9120a7b32819 /net/sunrpc
parentNFS: Cleanup if nfs_match_client is interrupted (diff)
downloadkernel-qcow2-linux-4368d77a4d985758303a4257c07991c079db7a75.tar.gz
kernel-qcow2-linux-4368d77a4d985758303a4257c07991c079db7a75.tar.xz
kernel-qcow2-linux-4368d77a4d985758303a4257c07991c079db7a75.zip
SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES
The "CONFIG_" portion is added automatically, so this was being expanded into "CONFIG_CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES" Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r--net/sunrpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/Kconfig b/net/sunrpc/Kconfig
index aa307505ca54..3bcf985507be 100644
--- a/net/sunrpc/Kconfig
+++ b/net/sunrpc/Kconfig
@@ -35,7 +35,7 @@ config RPCSEC_GSS_KRB5
If unsure, say Y.
-config CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES
+config SUNRPC_DISABLE_INSECURE_ENCTYPES
bool "Secure RPC: Disable insecure Kerberos encryption types"
depends on RPCSEC_GSS_KRB5
default n