Home
last modified time | relevance | path

Searched hist:aabf4851d1605523be8f2518e6a549f3f080e198 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dconnect.cdiff aabf4851d1605523be8f2518e6a549f3f080e198 Mon Oct 30 06:00:11 CDT 2023 Shyam Prasad N <sprasad@microsoft.com> cifs: force interface update before a fresh session setup

commit d9a6d78096056a3cb5c5f07a730ab92f2f9ac4e6 upstream.

During a session reconnect, it is possible that the
server moved to another physical server (happens in case
of Azure files). So at this time, force a query of server
interfaces again (in case of multichannel session), such
that the secondary channels connect to the right
IP addresses (possibly updated now).

Cc: stable@vger.kernel.org
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>