ksmbd: store fids as opaque u64 integers
authorPaulo Alcantara <pc@cjr.nz>
Mon, 21 Mar 2022 16:08:26 +0000 (13:08 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 23 Mar 2022 20:20:15 +0000 (15:20 -0500)
commit2d004c6cae567e33ab2e197757181c72a322451f
treef3bd87cef5888c88d417661ca6049850acd3de3c
parent351a59dace0e0e31795145acdec2660e3bc2a58d
ksmbd: store fids as opaque u64 integers

There is no need to store the fids as le64 integers as they are opaque
to the client and only used for equality.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Tom Talpey <tom@talpey.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/ksmbd/smb2pdu.c
fs/ksmbd/smb2pdu.h