commit | 47de760655f329ce4b3d3e6276557220956d8c38 | [log] [tgz] |
---|---|---|
author | Shyam Prasad N <sprasad@microsoft.com> | Tue Jan 18 09:24:08 2022 +0000 |
committer | Steve French <stfrench@microsoft.com> | Wed Jan 19 11:10:55 2022 -0600 |
tree | 8d2a0587a2f45755ed15b8c5f7cc645a4f65137c | |
parent | c1604da708d345a1ca1cf6a5537d503b14aa4787 [diff] |
cifs: update tcpStatus during negotiate and sess setup Till the end of SMB session setup, update tcpStatus and avoid updating session status field. There was a typo in cifs_setup_session, which caused ses->status to be updated instead. This was causing issues during reconnect. Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>