commit | 8eec79540d2b9cec385707be45f6e9388b34020f | [log] [tgz] |
---|---|---|
author | Aurelien Aptel <aaptel@suse.com> | Fri Apr 24 15:24:05 2020 +0200 |
committer | Steve French <stfrench@microsoft.com> | Thu Jun 04 13:50:55 2020 -0500 |
tree | e3544323d087c547495019aa4f6d92b95aa04797 | |
parent | edb161353680e6d488d94cbcaf967745bee98d17 [diff] |
cifs: multichannel: use pointer for binding channel Add a cifs_chan pointer in struct cifs_ses that points to the channel currently being bound if ses->binding is true. Previously it was always the channel past the established count. This will make reconnecting (and rebinding) a channel easier later on. Signed-off-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Steve French <stfrench@microsoft.com>