cifs: double lock in cifs_reconnect_tcon()
authorDan Carpenter <error27@gmail.com>
Thu, 6 Apr 2023 08:55:47 +0000 (11:55 +0300)
committerSteve French <stfrench@microsoft.com>
Fri, 7 Apr 2023 03:45:41 +0000 (22:45 -0500)
commit4f5d5b33fc400911d6e1f49095522b361d9cbe13
treec085574bc6774b8065fe5dfecc3933f548f6a174
parentd19342c6609b67f2ba83b9eccca2777e3687f625
cifs: double lock in cifs_reconnect_tcon()

This lock was supposed to be an unlock.

Fixes: 6cc041e90c17 ("cifs: avoid races in parallel reconnects in smb1")
Signed-off-by: Dan Carpenter <error27@gmail.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifssmb.c