ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE
authorNamjae Jeon <linkinjeon@kernel.org>
Tue, 5 Dec 2023 23:23:49 +0000 (08:23 +0900)
committerSteve French <stfrench@microsoft.com>
Fri, 8 Dec 2023 16:11:33 +0000 (10:11 -0600)
commit13736654481198e519059d4a2e2e3b20fa9fdb3e
treebc28f89db29d31cd288d74b0c99ee3fe067fb203
parenta9f106c765c12d2f58aa33431bd8ce8e9d8a404a
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/smb/common/smb2pdu.h