36 lines
1.4 KiB
Diff
36 lines
1.4 KiB
Diff
From 4d87803f386764ed0b5949ccf70fc684b744b83a Mon Sep 17 00:00:00 2001
|
|
From: Paulo Alcantara <pc@manguebit.org>
|
|
Date: Tue, 25 Nov 2025 17:58:29 -0300
|
|
Subject: [PATCH] docs: update echo_interval description
|
|
|
|
It is '3 * echo_interval' since upstream commit f2caf901c1b7 ("cifs:
|
|
Fix a race condition with cifs_echo_request").
|
|
|
|
Reported-by: Alexandros Panagiotou <apanagio@redhat.com>
|
|
Signed-off-by: Paulo Alcantara (Red Hat) <pc@manguebit.org>
|
|
Cc: Steve French <smfrench@gmail.com>
|
|
Cc: linux-cifs@vger.kernel.org
|
|
Signed-off-by: Steve French <stfrench@microsoft.com>
|
|
---
|
|
mount.cifs.rst | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/mount.cifs.rst b/mount.cifs.rst
|
|
index 9eee7d5afc06..52fe492a5d37 100644
|
|
--- a/mount.cifs.rst
|
|
+++ b/mount.cifs.rst
|
|
@@ -484,8 +484,8 @@ echo_interval=n
|
|
sets the interval at which echo requests are sent to the server on an
|
|
idling connection. This setting also affects the time required for a
|
|
connection to an unresponsive server to timeout. Here n is the echo
|
|
- interval in seconds. The reconnection happens at twice the value of the
|
|
- echo_interval set for an unresponsive server.
|
|
+ interval in seconds. The reconnection happens at three times the
|
|
+ value of the echo_interval set for an unresponsive server.
|
|
If this option is not given then the default value of 60 seconds is used.
|
|
The minimum tunable value is 1 second and maximum can go up to 600 seconds.
|
|
|
|
--
|
|
2.53.0
|
|
|