cifs: fix a comment for the timeouts when sending echos
authorRonnie Sahlberg <lsahlber@redhat.com>
Wed, 24 Jul 2019 01:43:49 +0000 (11:43 +1000)
committerSteve French <stfrench@microsoft.com>
Mon, 16 Sep 2019 16:43:37 +0000 (11:43 -0500)
Clarify a trivial comment

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c

index 5299eff..4fe5598 100644 (file)
@@ -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
         * ...