ksmbd: change LeaseKey data type to u8 array
authorNamjae Jeon <linkinjeon@kernel.org>
Thu, 9 Sep 2021 03:28:18 +0000 (12:28 +0900)
committerSteve French <stfrench@microsoft.com>
Fri, 12 Nov 2021 01:22:58 +0000 (19:22 -0600)
commit2734b692f7b8167b93498dcd698067623d4267ca
tree2e790b2da60604641f050d10b0ba924f041ca0bb
parent2dd9129f7dec1de369e4447a54ea2edf695f765b
ksmbd: change LeaseKey data type to u8 array

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>
fs/ksmbd/oplock.c
fs/ksmbd/oplock.h
fs/ksmbd/smb2pdu.h