linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cifs: fix a comment for the timeouts when sending echos
@ 2019-07-24  1:43 Ronnie Sahlberg
  2019-07-24  3:27 ` Steve French
  0 siblings, 1 reply; 2+ messages in thread
From: Ronnie Sahlberg @ 2019-07-24  1:43 UTC (permalink / raw)
  To: linux-cifs; +Cc: Steve French, Ronnie Sahlberg

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
---
 fs/cifs/connect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index a4830ced0f98..78fb5cc37644 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
 	 * ...
-- 
2.13.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cifs: fix a comment for the timeouts when sending echos
  2019-07-24  1:43 [PATCH] cifs: fix a comment for the timeouts when sending echos Ronnie Sahlberg
@ 2019-07-24  3:27 ` Steve French
  0 siblings, 0 replies; 2+ messages in thread
From: Steve French @ 2019-07-24  3:27 UTC (permalink / raw)
  To: Ronnie Sahlberg; +Cc: linux-cifs

merged into cifs-2.6.git for-next

On Tue, Jul 23, 2019 at 8:43 PM Ronnie Sahlberg <lsahlber@redhat.com> wrote:
>
> Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
> ---
>  fs/cifs/connect.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
> index a4830ced0f98..78fb5cc37644 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
>          * ...
> --
> 2.13.6
>


-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-24  3:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24  1:43 [PATCH] cifs: fix a comment for the timeouts when sending echos Ronnie Sahlberg
2019-07-24  3:27 ` Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).