projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d856f7
)
cifs: fix a comment for the timeouts when sending echos
author
Ronnie Sahlberg
<lsahlber@redhat.com>
Wed, 24 Jul 2019 01:43:49 +0000
(11:43 +1000)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/fs/cifs/connect.c
b/fs/cifs/connect.c
index 5299effa6f7d42d940a76057395fb7d9bd6ce99f..4fe559821aff5fdce4b1781d14cf85401af428f8 100644
(file)
--- 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
- *
3
s client gets a response
+ *
2
s client gets a response
* 30s echo workqueue job pops, and decides we got a response recently
* and don't need to send another
* ...