aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/cifs/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
index 85dadb93c992..f1ddc9d03c10 100644
--- a/fs/cifs/Kconfig
+++ b/fs/cifs/Kconfig
@@ -190,8 +190,9 @@ config CIFS_DFS_UPCALL
190 moves to a different server. This feature also enables 190 moves to a different server. This feature also enables
191 an upcall mechanism for CIFS which contacts userspace helper 191 an upcall mechanism for CIFS which contacts userspace helper
192 utilities to provide server name resolution (host names to 192 utilities to provide server name resolution (host names to
193 IP addresses) which is needed for implicit mounts of DFS junction 193 IP addresses) which is needed in order to reconnect to
194 points. If unsure, say Y. 194 servers if their addresses change or for implicit mounts of
195 DFS junction points. If unsure, say Y.
195 196
196config CIFS_NFSD_EXPORT 197config CIFS_NFSD_EXPORT
197 bool "Allow nfsd to export CIFS file system" 198 bool "Allow nfsd to export CIFS file system"