]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb9e96fb55539d56c9fbd36960771ea7254b8b06b
treeb10a680d0b048486e4454f96d3f4ed976f377cd5
parent6bcd0e64c50680a8d70dbc3f0171843adbf9eceb
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