cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
authorSteve French <stfrench@microsoft.com>
Sat, 3 Nov 2018 20:02:44 +0000 (15:02 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Dec 2018 13:15:23 +0000 (14:15 +0100)
commitb5a8028c25f3f3c3bbbe09646fe331a570189cbf
tree5413c2e577281fc404c999ec4b3a7baa9b64bde5
parente6a5c4948c2c6c8a288bf88b7937740d840c9d5e
cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)

[ Upstream commit 6e785302dad32228819d8066e5376acd15d0e6ba ]

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>
fs/cifs/Kconfig