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: 10190109 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3C3B76020C for ; Mon, 29 Jan 2018 16:46:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 25E7E205D6 for ; Mon, 29 Jan 2018 16:46:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 19EE5284F4; Mon, 29 Jan 2018 16:46:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ABEF6205D6 for ; Mon, 29 Jan 2018 16:46:12 +0000 (UTC) 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 X-Virus-Scanned: ClamAV using ClamSMTP 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