diff options
author | Shyam Prasad N <sprasad@microsoft.com> | 2022-03-30 09:22:20 +0000 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-05-24 14:08:25 -0500 |
commit | 1a6a41d4cedd9b302e2200e6f0e3c44dbbe13689 (patch) | |
tree | 2a5b6208b361b2b246b2f309ffec61136ef5f145 /mm | |
parent | 52832252dded19e291a7b8842542ea61d1765f2f (diff) | |
download | linux-stable-1a6a41d4cedd9b302e2200e6f0e3c44dbbe13689.tar.gz linux-stable-1a6a41d4cedd9b302e2200e6f0e3c44dbbe13689.tar.bz2 linux-stable-1a6a41d4cedd9b302e2200e6f0e3c44dbbe13689.zip |
cifs: do not use tcpStatus after negotiate completes
Recent changes to multichannel to allow channel reconnects to
work in parallel and independent of each other did so by
making use of tcpStatus for the connection, and status for the
session. However, this did not take into account the multiuser
scenario, where same connection is used by multiple connections.
However, tcpStatus should be tracked only till the end of
negotiate exchange, and not used for session setup. This change
fixes this.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions