From patchwork Fri Jul 13 18:19:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kenneth Dsouza X-Patchwork-Id: 943756 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=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41S1LW3xD4z9s2M for ; Sat, 14 Jul 2018 04:20:03 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731443AbeGMSfr (ORCPT ); Fri, 13 Jul 2018 14:35:47 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:48690 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731311AbeGMSfr (ORCPT ); Fri, 13 Jul 2018 14:35:47 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5C9BF407539D; Fri, 13 Jul 2018 18:20:02 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.76.0.207]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8D8622026D6B; Fri, 13 Jul 2018 18:20:00 +0000 (UTC) From: Kenneth Dsouza To: linux-cifs@vger.kernel.org Cc: smfrench@gmail.com, piastryyy@gmail.com Subject: [PATCH v2] update mount.cifs manpage with info about rdma option. Date: Fri, 13 Jul 2018 23:49:59 +0530 Message-Id: <20180713181959.18354-1-kdsouza@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Fri, 13 Jul 2018 18:20:02 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Fri, 13 Jul 2018 18:20:02 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'kdsouza@redhat.com' RCPT:'' Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Adds information about vers=3 Signed-off-by: Kenneth Dsouza --- mount.cifs.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mount.cifs.rst b/mount.cifs.rst index 405c459..56c1bf9 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -403,6 +403,11 @@ echo_interval=n 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. +rdma + Use to connect to SMB Direct, only applicable when specified with + vers=3 or vers=3.x. + Here 3.x can be 3.0, 3.02 or 3.1.1. + serverino Use inode numbers (unique persistent file identifiers) returned by the server instead of automatically generating temporary inode numbers on