From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12EFFC47404 for ; Wed, 9 Oct 2019 04:51:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D7CCE2133F for ; Wed, 9 Oct 2019 04:51:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729352AbfJIEvm (ORCPT ); Wed, 9 Oct 2019 00:51:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39134 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729040AbfJIEvm (ORCPT ); Wed, 9 Oct 2019 00:51:42 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6524F18C4289; Wed, 9 Oct 2019 04:51:42 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-12-171.pek2.redhat.com [10.72.12.171]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3126D60BEC; Wed, 9 Oct 2019 04:51:38 +0000 (UTC) From: Kenneth D'souza To: linux-cifs@vger.kernel.org, piastryyy@gmail.com, smfrench@gmail.com Subject: [PATCH v2] mount.cifs.rst: update prefixpath mount option description. Date: Wed, 9 Oct 2019 10:21:36 +0530 Message-Id: <20191009045136.5065-1-kdsouza@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.62]); Wed, 09 Oct 2019 04:51:42 +0000 (UTC) Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org This option is ignored after kernel v3.10 Signed-off-by: Kenneth D'souza --- mount.cifs.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mount.cifs.rst b/mount.cifs.rst index ee5086c..f1a57d1 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -590,7 +590,8 @@ prefixpath=arg It's possible to mount a subdirectory of a share. The preferred way to do this is to append the path to the UNC when mounting. However, it's also possible to do the same by setting this option and providing the - path there. + path there. This option is provided for backward compatibility. + It is ignored after kernel v3.10 vers=arg SMB protocol version. Allowed values are: -- 2.21.0