aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2019-07-24 11:43:49 +1000
committerSteve French <stfrench@microsoft.com>2019-09-16 11:43:37 -0500
commitbecc2ba26ae65bfeaece35a1b67e8a54eb9677cf (patch)
treef51494bee72a61e68d685a801835833bbdfa28f8 /fs
parentLinux 5.3 (diff)
downloadlinux-dev-becc2ba26ae65bfeaece35a1b67e8a54eb9677cf.tar.xz
linux-dev-becc2ba26ae65bfeaece35a1b67e8a54eb9677cf.zip
cifs: fix a comment for the timeouts when sending echos
Clarify a trivial comment Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r--fs/cifs/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 5299effa6f7d..4fe559821aff 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -712,7 +712,7 @@ server_unresponsive(struct TCP_Server_Info *server)
* We need to wait 3 echo intervals to make sure we handle such
* situations right:
* 1s client sends a normal SMB request
- * 3s client gets a response
+ * 2s client gets a response
* 30s echo workqueue job pops, and decides we got a response recently
* and don't need to send another
* ...