]> git.ipfire.org Git - thirdparty/linux.git/commit
cifs: Move the SMB1 transport code out of transport.c
authorSteve French <stfrench@microsoft.com>
Tue, 5 Aug 2025 22:56:33 +0000 (17:56 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 6 Aug 2025 17:01:54 +0000 (12:01 -0500)
commit1cdd5a2626d8c9eb059c6b93a628413da833df95
treebc6c126c5248c3d01ca950fdb7fd8ded19b4cc9b
parent3fd8ec2fc93b009e5288b123d77292b8b1b9e1e7
cifs: Move the SMB1 transport code out of transport.c

Shrink the size of cifs.ko when SMB1 is not enabled in the config
by moving the SMB1 transport code to different file.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-cifs@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/Makefile
fs/smb/client/cifsproto.h
fs/smb/client/cifstransport.c [new file with mode: 0644]
fs/smb/client/transport.c