]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitde381b8d74bab635ee1165c1c1e7d0f759d74203
tree5a3f2ccfb5a0aa26298ac055bd8601ff468740fd
parentd9428854bc5a500df43222a688e3d52f4dfa5597
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