Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>

+8 -8
+8 -8
fs/cifs/Kconfig
··· 60 60 Enabling this option will allow more detailed statistics on SMB 61 61 request timing to be displayed in /proc/fs/cifs/DebugData and also 62 62 allow optional logging of slow responses to dmesg (depending on the 63 - value of /proc/fs/cifs/cifsFYI, see fs/cifs/README for more details). 64 - These additional statistics may have a minor effect on performance 65 - and memory utilization. 63 + value of /proc/fs/cifs/cifsFYI). See Documentation/admin-guide/cifs/usage.rst 64 + for more details. These additional statistics may have a minor effect 65 + on performance and memory utilization. 66 66 67 67 Unless you are a developer or are doing network performance analysis 68 68 or tuning, say N. ··· 102 102 is enabled in the kernel build, LANMAN authentication will not be 103 103 used automatically. At runtime LANMAN mounts are disabled but 104 104 can be set to required (or optional) either in 105 - /proc/fs/cifs (see fs/cifs/README for more detail) or via an 106 - option on the mount command. This support is disabled by 107 - default in order to reduce the possibility of a downgrade 108 - attack. 105 + /proc/fs/cifs (see Documentation/admin-guide/cifs/usage.rst for 106 + more detail) or via an option on the mount command. This support 107 + is disabled by default in order to reduce the possibility of a 108 + downgrade attack. 109 109 110 110 If unsure, say N. 111 111 ··· 196 196 help 197 197 The Service Witness Protocol (SWN) is used to get notifications 198 198 from a highly available server of resource state changes. This 199 - feature enables an upcall mechanism for CIFS which contacts an 199 + feature enables an upcall mechanism for CIFS which contacts a 200 200 userspace daemon to establish the DCE/RPC connection to retrieve 201 201 the cluster available interfaces and resource change notifications. 202 202 If unsure, say Y.