From patchwork Mon Jan 29 16:46:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kenneth Dsouza X-Patchwork-Id: 867204 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-cifs-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zVb4P2ZJ2z9ryQ for ; Tue, 30 Jan 2018 03:46:13 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751397AbeA2QqM (ORCPT ); Mon, 29 Jan 2018 11:46:12 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:37206 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751353AbeA2QqK (ORCPT ); Mon, 29 Jan 2018 11:46:10 -0500 Received: by mail-lf0-f65.google.com with SMTP id 63so10947297lfv.4 for ; Mon, 29 Jan 2018 08:46:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=V9fp0jZuMpEMF9FvR/dSE9vtifolFHGkUBWtgoWCZ/0=; b=Jr0wxDwMmL0BUXjjOm0+gXjNxeAEUpRx+baZZXPIsNusboEK10c/m5ysJmeel4S4lm voToP8BPe/lZJKAlBV3p3sXtCEgmeUbP3cuMCjJdFVELoA4Wn4SHufRzGwln8MkqTxEO 0NhaTqP9UXyGL20dmbwvlyUmcbsvSRfKR2ogwmCFJSL8exy4Cw/FY57zlL8Uqk5n2dCs Y5L8/+9ucRch0l1ZMO4SoE6O3QFeeEn1c/Cd+rbwADm1HdWC6TBsyfgdg1M0F9G+anvG VxAWmNk6CBXJiAEuqyOuTOvEQ8BamThyZ1mw3Z38CSD2NL0NP/3KB0N6gKRef+MS4/hH 3HiQ== X-Gm-Message-State: AKwxytcobbrEsGW8y3Jct0SHZK2TMeQbULHwLj4g43YKj6Qkdm1TcueN ZF+/OIEZccRtXhJ45c8BKAlsiwoOYQ5b/gu6oc/1d7n8 X-Google-Smtp-Source: AH8x225mY5eJ3rETSsBvJYfke46FIPP/1Y1xHL7tgQh6qoLuJv6WxxgbpqhghTvksAoTYOlO4PR6nSIYl3Hv0QKSUmw= X-Received: by 10.25.208.210 with SMTP id h201mr13091994lfg.22.1517244369115; Mon, 29 Jan 2018 08:46:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.17.221 with HTTP; Mon, 29 Jan 2018 08:46:08 -0800 (PST) From: Kenneth Dsouza Date: Mon, 29 Jan 2018 22:16:08 +0530 Message-ID: Subject: [PATCH v2] update mount.cifs manpage with info about echo_interval option. To: linux-cifs@vger.kernel.org Cc: smfrench@gmail.com Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Adds information regarding reconnection time. Signed-off-by: Kenneth D'souza Acked-by: Sachin Prabhu --- mount.cifs.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mount.cifs.rst b/mount.cifs.rst index 023ff34..3bf30cd 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -385,6 +385,15 @@ mfsymlinks option. Minshall+French symlinks are used even if the server supports the CIFS Unix Extensions. +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. + 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. + serverino Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on