diff options
author | Enzo Matsumiya <ematsumiya@suse.de> | 2022-01-07 19:51:39 -0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-01-07 20:07:11 -0600 |
commit | 1913e1116a3174648cf2e6faedf29204f31cc438 (patch) | |
tree | 7da7b06bfe4b3231e6610a66b9debb4885f64c86 /fs/cifs/sess.c | |
parent | 080dc5e5656c1cc1cdefb501b9b645a07519f763 (diff) |
cifs: fix hang on cifs_get_next_mid()
Mount will hang if using SMB1 and DFS.
This is because every call to get_next_mid() will, unconditionally,
mark tcpStatus to CifsNeedReconnect before even establishing the
initial connect, because "reconnect" variable was not initialized.
Initializing "reconnect" to false fix this issue.
Fixes: 220c5bc25d87 ("cifs: take cifs_tcp_ses_lock for status checks")
Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/sess.c')
0 files changed, 0 insertions, 0 deletions