]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ksmbd: change LeaseKey data type to u8 array
authorNamjae Jeon <linkinjeon@kernel.org>
Mon, 18 Dec 2023 15:32:27 +0000 (00:32 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Dec 2023 09:41:49 +0000 (10:41 +0100)
commit7833bd31bc6b051fedcf4a7390b955827469cf63
tree3e346f774d5b0c96e6257c016b33f75fa2d1eb81
parent199b8b5ceba31a64b3e43c050a0d736e3024cd01
ksmbd: change LeaseKey data type to u8 array

[ Upstream commit 2734b692f7b8167b93498dcd698067623d4267ca ]

cifs define LeaseKey as u8 array in structure. To move lease structure
to smbfs_common, ksmbd change LeaseKey data type to u8 array.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ksmbd/oplock.c
fs/ksmbd/oplock.h
fs/ksmbd/smb2pdu.h