commit | 3663c9045f51a7ad635a0785adef07c21b79b560 | [log] [tgz] |
---|---|---|
author | Shyam Prasad N <sprasad@microsoft.com> | Sat Oct 30 04:51:35 2021 +0000 |
committer | Steve French <stfrench@microsoft.com> | Wed Jan 19 11:10:54 2022 -0600 |
tree | 53f200214258197558da36b26c4d427338fb14dc | |
parent | e4e2787bef7e643511cf0f352deb6bd16e7fa9b4 [diff] |
cifs: check reconnects for channels of active tcons too With the new multichannel logic, when a channel needs reconnection, the tree connect and other channels can still be active. This fix will handle cases of checking for channel reconnect, when the tcon does not need reconnect. Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>