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: 864919 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 3zQwV968h1z9s7n for ; Wed, 24 Jan 2018 04:37:21 +1100 (AEDT) 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 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