Commit e68f4a7b authored by Steve French's avatar Steve French

cifs: minor updates to Kconfig

Correct references to fs/cifs/README which has been replaced by
Documentation/filesystems/admin-guide/cifs/usage.rst, and also
correct a typo.
Reviewed-by: default avatarAurelien Aptel <aaptel@suse.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 0ac4e291
...@@ -60,9 +60,9 @@ config CIFS_STATS2 ...@@ -60,9 +60,9 @@ config CIFS_STATS2
Enabling this option will allow more detailed statistics on SMB Enabling this option will allow more detailed statistics on SMB
request timing to be displayed in /proc/fs/cifs/DebugData and also request timing to be displayed in /proc/fs/cifs/DebugData and also
allow optional logging of slow responses to dmesg (depending on the allow optional logging of slow responses to dmesg (depending on the
value of /proc/fs/cifs/cifsFYI, see fs/cifs/README for more details). value of /proc/fs/cifs/cifsFYI). See Documentation/admin-guide/cifs/usage.rst
These additional statistics may have a minor effect on performance for more details. These additional statistics may have a minor effect
and memory utilization. on performance and memory utilization.
Unless you are a developer or are doing network performance analysis Unless you are a developer or are doing network performance analysis
or tuning, say N. or tuning, say N.
...@@ -102,10 +102,10 @@ config CIFS_WEAK_PW_HASH ...@@ -102,10 +102,10 @@ config CIFS_WEAK_PW_HASH
is enabled in the kernel build, LANMAN authentication will not be is enabled in the kernel build, LANMAN authentication will not be
used automatically. At runtime LANMAN mounts are disabled but used automatically. At runtime LANMAN mounts are disabled but
can be set to required (or optional) either in can be set to required (or optional) either in
/proc/fs/cifs (see fs/cifs/README for more detail) or via an /proc/fs/cifs (see Documentation/admin-guide/cifs/usage.rst for
option on the mount command. This support is disabled by more detail) or via an option on the mount command. This support
default in order to reduce the possibility of a downgrade is disabled by default in order to reduce the possibility of a
attack. downgrade attack.
If unsure, say N. If unsure, say N.
...@@ -196,7 +196,7 @@ config CIFS_SWN_UPCALL ...@@ -196,7 +196,7 @@ config CIFS_SWN_UPCALL
help help
The Service Witness Protocol (SWN) is used to get notifications The Service Witness Protocol (SWN) is used to get notifications
from a highly available server of resource state changes. This from a highly available server of resource state changes. This
feature enables an upcall mechanism for CIFS which contacts an feature enables an upcall mechanism for CIFS which contacts a
userspace daemon to establish the DCE/RPC connection to retrieve userspace daemon to establish the DCE/RPC connection to retrieve
the cluster available interfaces and resource change notifications. the cluster available interfaces and resource change notifications.
If unsure, say Y. If unsure, say Y.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment