diff options
author | Steve French <stfrench@microsoft.com> | 2022-06-01 22:08:46 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-14 18:12:01 +0200 |
commit | 9b306339a51164008bf3af2fd607138f72223630 (patch) | |
tree | 1faec3f82a1edcb48e0fee125d558fcf5c2fa1b4 /lib | |
parent | 5cb13cdc180adac2ecd3c8c3d146c82549163fc3 (diff) | |
download | linux-stable-9b306339a51164008bf3af2fd607138f72223630.tar.gz linux-stable-9b306339a51164008bf3af2fd607138f72223630.tar.bz2 linux-stable-9b306339a51164008bf3af2fd607138f72223630.zip |
cifs: version operations for smb20 unneeded when legacy support disabled
[ Upstream commit 7ef93ffccd55fb0ba000ed16ef6a81cd7dee07b5 ]
We should not be including unused smb20 specific code when legacy
support is disabled (CONFIG_CIFS_ALLOW_INSECURE_LEGACY turned
off). For example smb2_operations and smb2_values aren't used
in that case. Over time we can move more and more SMB1/CIFS and SMB2.0
code into the insecure legacy ifdefs
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions