diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index abcd78e332fe..85dadb93c992 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
@@ -133,7 +133,7 @@ config CIFS_XATTR | |||
133 | 133 | ||
134 | config CIFS_POSIX | 134 | config CIFS_POSIX |
135 | bool "CIFS POSIX Extensions" | 135 | bool "CIFS POSIX Extensions" |
136 | depends on CIFS_XATTR | 136 | depends on CIFS && CIFS_ALLOW_INSECURE_LEGACY && CIFS_XATTR |
137 | help | 137 | help |
138 | Enabling this option will cause the cifs client to attempt to | 138 | Enabling this option will cause the cifs client to attempt to |
139 | negotiate a newer dialect with servers, such as Samba 3.0.5 | 139 | negotiate a newer dialect with servers, such as Samba 3.0.5 |