ksmbd: add missing compound request handing in some commands
authorNamjae Jeon <linkinjeon@kernel.org>
Sat, 24 Jun 2023 03:35:39 +0000 (12:35 +0900)
committerSteve French <stfrench@microsoft.com>
Mon, 26 Jun 2023 05:07:04 +0000 (00:07 -0500)
commit7b7d709ef7cf285309157fb94c33f625dd22c5e1
treeb468178c98694dfc54222cec3a13deccb602861f
parent98422bdd4cb3ca4d08844046f6507d7ec2c2b8d8
ksmbd: add missing compound request handing in some commands

This patch add the compound request handling to the some commands.
Existing clients do not send these commands as compound requests,
but ksmbd should consider that they may come.

Cc: stable@vger.kernel.org
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/smb2pdu.c