cifs: handle when server starts supporting multichannel
authorShyam Prasad N <sprasad@microsoft.com>
Fri, 13 Oct 2023 11:33:21 +0000 (11:33 +0000)
committerSteve French <stfrench@microsoft.com>
Fri, 10 Nov 2023 15:33:15 +0000 (09:33 -0600)
commit705fc522fe9d58848c253ee0948567060f36e2a7
tree376e28959230fc18487a6cfd256424f48df138ac
parent784e0e20b4c97c270b2892f677d3fad658e2c1d5
cifs: handle when server starts supporting multichannel

When the user mounts with multichannel option, but the
server does not support it, there can be a time in future
where it can be supported.

With this change, such a case is handled.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
fs/smb/client/cifsproto.h
fs/smb/client/connect.c
fs/smb/client/smb2pdu.c