smb3: use SMB2_SIGNATURE_SIZE define
authorSteve French <stfrench@microsoft.com>
Fri, 27 Mar 2020 17:47:41 +0000 (12:47 -0500)
committerSteve French <stfrench@microsoft.com>
Fri, 27 Mar 2020 17:47:41 +0000 (12:47 -0500)
commitedad734c74a4ab6ba8531186054779b2382df3fd
treec2065a91f8cb138b4e2c7ddbd4067123de3eb133
parent97adda8b3ab703de8e4c8d27646ddd54fe22879c
smb3: use SMB2_SIGNATURE_SIZE define

It clarifies the code slightly to use SMB2_SIGNATURE_SIZE
define rather than 16.

Suggested-by: Henning Schild <henning.schild@siemens.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2transport.c