From patchwork Tue Jan 23 17:37:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kenneth Dsouza X-Patchwork-Id: 10180847 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 075E06037F for ; Tue, 23 Jan 2018 17:37:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E032B2873F for ; Tue, 23 Jan 2018 17:37:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D4E8128776; Tue, 23 Jan 2018 17:37:21 +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 7E0342873F for ; Tue, 23 Jan 2018 17:37:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751633AbeAWRhU (ORCPT ); Tue, 23 Jan 2018 12:37:20 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:46582 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591AbeAWRhT (ORCPT ); Tue, 23 Jan 2018 12:37:19 -0500 Received: by mail-lf0-f65.google.com with SMTP id q194so1615028lfe.13 for ; Tue, 23 Jan 2018 09:37:18 -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; bh=Zy3XE1qdFXOz+4DDpu36nrA5Ryl8TQMw5EC9TH8GH4o=; b=hc1SDayaWFfAkz0Bg4RUzOUvLta8S+g1lUzxN8gWQxPHCTN8Pr45nwgwiGb6LcRiST eWIkpxLLoRdAo7l0WC/PaNuAsrhS/1bLJjxcFSKb8Qphgeb1ymG0Iix8q4XOCjEA1hZI /06uo27Y2PCxsd7n9f024v8rJeajQEnsWSjUNFmiiCY2M96/+VXWewiDKR5Qy0t2XDP+ 0nLrcom72TUFJQY8bzZoRbH0MHbO8ihRP+EsnwuTFhe4NVI+NHWeC7ub0AVqn2A4jU+4 b65lxVtGg0KvGblHy+D3W0OQ24sUOuKXJ3UcRchHyAVDsNyKuVaj/yHVLJcrh/7IT8P/ C8SA== X-Gm-Message-State: AKwxytcDLftR0vbmeEtEmCB+QL1TcBUw/cs2Wmy1+7DQncDt6yjDjQFC AaPrHOKKjvQO+dvIzymY7xk61sGOTVKB+jlkLsKhKdWm X-Google-Smtp-Source: AH8x225zQc1QleTgNvg2en7AYtB/1M4rGXa/9H2otmsmIL6IG6LVbiFZ+cqUgo64j/ze2nVTycwlh7ZNjHrvZnE8OCc= X-Received: by 10.46.124.18 with SMTP id x18mr1719972ljc.74.1516729037451; Tue, 23 Jan 2018 09:37:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.17.221 with HTTP; Tue, 23 Jan 2018 09:37:16 -0800 (PST) From: Kenneth Dsouza Date: Tue, 23 Jan 2018 23:07:16 +0530 Message-ID: Subject: manpage: update mount.cifs manpage with info about echo_interval option. To: linux-cifs@vger.kernel.org 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 Signed-off-by: Kenneth D'souza Kind Regards, Kenneth D'souza --- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/mount.cifs.rst b/mount.cifs.rst index 023ff34..efd7055 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -385,6 +385,14 @@ 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. 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