]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb6ae93e6c227a7635473cb13bfc0da34bb9e0de9
tree0ff625b2aa8c7d459642cc1e7e221f47e5731525
parent51e28f7ae36ee9c72361fedfc4f41737cb3a0188
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