From patchwork Sun Oct 29 10:58:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Layton X-Patchwork-Id: 831713 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; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=samba.org header.i=@samba.org header.b="AQXcSjsE"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yPvjM5Bhxz9s7C for ; Sun, 29 Oct 2017 21:58:15 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751221AbdJ2K6O (ORCPT ); Sun, 29 Oct 2017 06:58:14 -0400 Received: from hr2.samba.org ([144.76.82.148]:49744 "EHLO hr2.samba.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbdJ2K6N (ORCPT ); Sun, 29 Oct 2017 06:58:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=samba.org; s=42627210; h=Message-Id:Date:Cc:To:From; bh=G60LsM8PzNS73MAf9Xin7cKkKCYwRSLY4dnhxuQoxHM=; b=AQXcSjsESNKgwLQxdO/Y4a7kuL c0Ce1aCzGgGZWIz5adDuQC6Pq8Fwmc8JJPNJcRw3M6WG+tFeygQWT7q0hluhtK4lgzCkYfRiP+D3d lGoxkKY+77OyvwdNLvwSBmgUo+A+7CVuIK4eJtddZHwKtQ18qjrtfIDIuLjbkZRJzJ6g=; Received: from [127.0.0.2] (localhost [127.0.0.1]) by hr2.samba.org with esmtpsa (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim) id 1e8lIB-0001ww-Ba; Sun, 29 Oct 2017 10:58:11 +0000 From: Jeff Layton To: linux-cifs@vger.kernel.org Cc: pshilov@microsoft.com, aaptel@suse.com Subject: [cifs-utils PATCH] manpage: update mount.cifs manpage with info about default version being mounted Date: Sun, 29 Oct 2017 06:58:09 -0400 Message-Id: <20171029105809.8954-1-jlayton@kernel.org> X-Mailer: git-send-email 2.13.6 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org From: Jeff Layton Signed-off-by: Jeff Layton Reviewed-by: Ronnie Sahlberg --- mount.cifs.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mount.cifs.rst b/mount.cifs.rst index 9714f795fe76..e70bf36fa32e 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -517,7 +517,7 @@ prefixpath=arg vers=arg SMB protocol version. Allowed values are: - - 1.0 - The classic CIFS/SMBv1 protocol. This is the default. + - 1.0 - The classic CIFS/SMBv1 protocol. - 2.0 - The SMBv2.002 protocol. This was initially introduced in Windows Vista Service Pack 1, and Windows Server 2008. Note that the initial release version of Windows Vista spoke a slightly @@ -529,6 +529,9 @@ vers=arg Note too that while this option governs the protocol version used, not all features of each version are available. + In kernels v4.13 and later, the default is ``3.0``. In kernels prior to + v4.13, the default is ``1.0``. + --verbose Print additional debugging information for the mount. Note that this parameter must be specified before the ``-o`` . For example:: @@ -857,4 +860,3 @@ Steve French The maintainer of the Linux cifs vfs and the userspace tool mount.cifs is Steve French. The Linux CIFS Mailing list is the preferred place to ask questions regarding these programs. - \ No newline at end of file