commit | 2f58967979409ea3ec799343aa35e9007f735a3b | [log] [tgz] |
---|---|---|
author | Aurelien Aptel <aaptel@suse.com> | Fri Apr 24 16:55:31 2020 +0200 |
committer | Steve French <stfrench@microsoft.com> | Thu Jun 04 13:50:55 2020 -0500 |
tree | 9178aafea756cb177294fec6d4e872a18196b6fa | |
parent | 8eec79540d2b9cec385707be45f6e9388b34020f [diff] |
cifs: multichannel: try to rebind when reconnecting a channel first steps in trying to make channels properly reconnect. * add cifs_ses_find_chan() function to find the enclosing cifs_chan struct it belongs to * while we have the session lock and are redoing negprot and sess.setup in smb2_reconnect() redo the binding of channels. Signed-off-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>