mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
[ Upstream commit 6e785302da ]
Missing a dependency. Shouldn't show cifs posix extensions
in Kconfig if CONFIG_CIFS_ALLOW_INSECURE_DIALECTS (ie SMB1
protocol) is disabled.
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fa5d9b585e
commit
60da90b224
@@ -111,7 +111,7 @@ config CIFS_XATTR
|
|||||||
|
|
||||||
config CIFS_POSIX
|
config CIFS_POSIX
|
||||||
bool "CIFS POSIX Extensions"
|
bool "CIFS POSIX Extensions"
|
||||||
depends on CIFS_XATTR
|
depends on CIFS && CIFS_ALLOW_INSECURE_LEGACY && CIFS_XATTR
|
||||||
help
|
help
|
||||||
Enabling this option will cause the cifs client to attempt to
|
Enabling this option will cause the cifs client to attempt to
|
||||||
negotiate a newer dialect with servers, such as Samba 3.0.5
|
negotiate a newer dialect with servers, such as Samba 3.0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user