smb: client: stop flooding dmesg in smb2_calc_signature()
authorPaulo Alcantara <pc@manguebit.com>
Wed, 18 Sep 2024 05:04:01 +0000 (02:04 -0300)
committerSteve French <stfrench@microsoft.com>
Thu, 26 Sep 2024 23:15:06 +0000 (18:15 -0500)
commita13ca780afab350f37f8be9eda2bf79d1aed9bdd
treeeb1ebc0e50b3e7f11fa0638b32a1ebcea3cdb11c
parentf7025d861694362348efc14eaad6a17840c4e9a4
smb: client: stop flooding dmesg in smb2_calc_signature()

When having several mounts that share same credential and the client
couldn't re-establish an SMB session due to an expired kerberos ticket
or rotated password, smb2_calc_signature() will end up flooding dmesg
when not finding SMB sessions to calculate signatures.

Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2transport.c