]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cifs: SMB1 split: Move some SMB1 received PDU checking bits to smb1transport.c
authorDavid Howells <dhowells@redhat.com>
Thu, 11 Sep 2025 13:09:17 +0000 (14:09 +0100)
committerSteve French <stfrench@microsoft.com>
Sun, 8 Feb 2026 23:07:45 +0000 (17:07 -0600)
commit282432612aa7678859a0545f9619de74aa7b9102
treec5f95d27a58adda957b52077fc2c6b373e0882de
parentbae7afc4b4ece8f2461a2132ad684dd850b6cb66
cifs: SMB1 split: Move some SMB1 received PDU checking bits to smb1transport.c

Move some SMB1 received checking bits to smb1transport.c from misc.c
so that they're with the rest of the receive handling code.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: Steve French <sfrench@samba.org>
cc: Paulo Alcantara <pc@manguebit.org>
cc: Enzo Matsumiya <ematsumiya@suse.de>
cc: linux-cifs@vger.kernel.org
cc: linux-fsdevel@vger.kernel.org
cc: linux-kernel@vger.kernel.org
Acked-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsproto.h
fs/smb/client/misc.c
fs/smb/client/smb1proto.h
fs/smb/client/smb1transport.c