summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cifsproto.h
diff options
context:
space:
mode:
authorShyam Prasad N <sprasad@microsoft.com>2023-10-13 11:33:21 +0000
committerSteve French <stfrench@microsoft.com>2023-11-10 09:33:15 -0600
commit705fc522fe9d58848c253ee0948567060f36e2a7 (patch)
tree376e28959230fc18487a6cfd256424f48df138ac /fs/smb/client/cifsproto.h
parent784e0e20b4c97c270b2892f677d3fad658e2c1d5 (diff)
downloadlinux-stable-705fc522fe9d58848c253ee0948567060f36e2a7.tar.gz
linux-stable-705fc522fe9d58848c253ee0948567060f36e2a7.tar.bz2
linux-stable-705fc522fe9d58848c253ee0948567060f36e2a7.zip
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>
Diffstat (limited to 'fs/smb/client/cifsproto.h')
-rw-r--r--fs/smb/client/cifsproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/smb/client/cifsproto.h b/fs/smb/client/cifsproto.h
index eed8dbb6b2fb..00ad41633e26 100644
--- a/fs/smb/client/cifsproto.h
+++ b/fs/smb/client/cifsproto.h
@@ -132,6 +132,7 @@ extern int SendReceiveBlockingLock(const unsigned int xid,
struct smb_hdr *in_buf,
struct smb_hdr *out_buf,
int *bytes_returned);
+
void
cifs_signal_cifsd_for_reconnect(struct TCP_Server_Info *server,
bool all_channels);