cifs: generate signkey for the channel that's reconnecting
authorShyam Prasad N <sprasad@microsoft.com>
Fri, 10 Mar 2023 15:32:01 +0000 (15:32 +0000)
committerSteve French <stfrench@microsoft.com>
Tue, 14 Mar 2023 22:36:49 +0000 (17:36 -0500)
commit05ce0448c3f36febd8db0ee0e9e16557f3ab5ee8
treea69989fb633da77f1c9f954a6bfad0ebb37a260b
parent211baef0eabf4169ce4f73ebd917749d1a7edd74
cifs: generate signkey for the channel that's reconnecting

Before my changes to how multichannel reconnects work, the
primary channel was always used to do a non-binding session
setup. With my changes, that is not the case anymore.
Missed this place where channel at index 0 was forcibly
updated with the signing key.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@manguebit.com>
Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2transport.c