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)
committerSteve French <stfrench@microsoft.com>
Thu, 6 Dec 2018 08:20:14 +0000 (02:20 -0600)
commit6e785302dad32228819d8066e5376acd15d0e6ba
tree0ff625b2aa8c7d459642cc1e7e221f47e5731525
parentcf76c364a1e1e5224af80edf70a1e3023e1fcf8c
cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)

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