diff options
author | Steve French <stfrench@microsoft.com> | 2022-06-01 21:25:43 -0500 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-06-01 21:49:27 -0500 |
commit | 387ba9bf4cb80277fb01a7b753da611ab1260a1a (patch) | |
tree | 2b298d7a8c913f44973237ffa3d2bab261098843 /README | |
parent | cc391b694ff085f62f133e6b8f864d43a8e69dfd (diff) | |
download | linux-387ba9bf4cb80277fb01a7b753da611ab1260a1a.tar.bz2 |
cifs: do not build smb1ops if legacy support is disabled
We should not be including unused SMB1/CIFS functions when legacy
support is disabled (CONFIG_CIFS_ALLOW_INSECURE_LEGACY turned
off), but especially obvious is not needing to build smb1ops.c
at all when legacy support is disabled. Over time we can move
more SMB1/CIFS and SMB2.0 legacy functions into ifdefs but this
is a good start (and shrinks the module size a few percent).
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions