cifs: introduce new helper for cifs_reconnect()
authorPaulo Alcantara <pc@cjr.nz>
Thu, 14 Oct 2021 16:57:21 +0000 (13:57 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 10 Nov 2021 02:46:08 +0000 (20:46 -0600)
commit43b459aa5e222cb6610dac8723b40c19532ea00d
tree5a3f2ccfb5a0aa26298ac055bd8601ff468740fd
parentefb21d7b0fa4b1a9a35dcf38b262a314fb3628ea
cifs: introduce new helper for cifs_reconnect()

Create cifs_mark_tcp_ses_conns_for_reconnect() helper to mark all
sessions and tcons for reconnect when reconnecting tcp server.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c