ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE
authorSteve French <stfrench@microsoft.com>
Sat, 27 Jan 2024 06:39:49 +0000 (00:39 -0600)
committerSteve French <stfrench@microsoft.com>
Sat, 27 Jan 2024 07:08:05 +0000 (01:08 -0600)
commit0b209a4e5ef96464b0aa2bfeb89c0a252d2b358c
treeb49d9d979e6d6984b6dbf27d17a05fd541dcbc58
parent2263c896872e08e37fcc0e36d4a8e0a727909ff0
ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE

MS confirm that "AISi" name of SMB2_CREATE_ALLOCATION_SIZE in MS-SMB2
specification is a typo. cifs/ksmbd have been using this wrong name from
MS-SMB2. It should be "AlSi". Also It will cause problem when running
smb2.create.open test in smbtorture against ksmbd.

Cc: stable@vger.kernel.org
Fixes: 12197a7fdda9 ("Clarify SMB2/SMB3 create context and add missing ones")
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Reviewed-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smbfs_common/smb2pdu.h