cifs: Add support for failover in cifs_reconnect_tcon()
authorPaulo Alcantara <palcantara@suse.de>
Wed, 14 Nov 2018 19:24:29 +0000 (17:24 -0200)
committerSteve French <stfrench@microsoft.com>
Fri, 28 Dec 2018 16:13:11 +0000 (10:13 -0600)
commit08744015492fec5a30ab8e2779601ae2b1a5e431
treeb10a680d0b048486e4454f96d3f4ed976f377cd5
parenta3a53b7603798fd875e2afbba7e2b9ba6b19c7c7
cifs: Add support for failover in cifs_reconnect_tcon()

After a successful failover, the cifs_reconnect_tcon() function will
make sure to reconnect every tcon to new target server.

Same as previous commit but for SMB1 codepath.

Signed-off-by: Paulo Alcantara <palcantara@suse.de>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifssmb.c