summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r--fs/cifs/connect.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 10011e99b34d..161f24ca4f6e 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -338,10 +338,11 @@ cifs_echo_request(struct work_struct *work)
struct TCP_Server_Info, echo.work);
/*
- * We cannot send an echo until the NEGOTIATE_PROTOCOL request is done.
- * Also, no need to ping if we got a response recently
+ * We cannot send an echo until the NEGOTIATE_PROTOCOL request is
+ * done, which is indicated by maxBuf != 0. Also, no need to ping if
+ * we got a response recently
*/
- if ((server->tcpStatus != CifsGood) || (server->maxBuf == 0) ||
+ if (server->maxBuf == 0 ||
time_before(jiffies, server->lstrp + SMB_ECHO_INTERVAL - HZ))
goto requeue_echo;
ice-3-5-5'>libreoffice-3-5-5 Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-02update translations for 7.0.5 rc2libreoffice-7-0-5Christian Lohmaier285-4209/+3688
2021-02-17Branch libreoffice-7-0-5Christian Lohmaier0-0/+0
2021-02-17update translations for 7.0.5 rc1Christian Lohmaier504-12339/+14492
2021-01-30update translations for 7.0Christian Lohmaier1350-45367/+30581
2020-12-08update translations for 7.0.4 rc2Christian Lohmaier203-2173/+2393
2020-11-25update translations for 7.0.4 rc1Christian Lohmaier1019-57675/+54971
2020-10-21update translations for 7.0.3 rc1Christian Lohmaier1041-15705/+18813
2020-09-30update translations for 7.0.2 rc2Christian Lohmaier54-536/+452
2020-09-28update translations for 7.0.2 rc2Christian Lohmaier414-6164/+7035
2020-09-07update translations for 7-0Christian Lohmaier802-12590/+13102
2020-08-27update translations for 7.0.1 rc2Christian Lohmaier233-6499/+5825
2020-08-17update translations for 7.0Christian Lohmaier1084-19897/+20469
2020-07-29update translations for 7.0.0 rc3Christian Lohmaier625-13022/+12070
2020-07-22Updated Slovenian translationAndras Timar8-40/+35
2020-07-15update translations for 7.0.0 rc2Christian Lohmaier228-1806/+1801
2020-07-13update translations for master/7.0Christian Lohmaier1958-22572/+27504
2020-07-06Updated Slovenian translationAndras Timar16-223/+286
2020-07-02update translations for 7.0.0 rc1Christian Lohmaier