From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752634AbdGEV4l (ORCPT ); Wed, 5 Jul 2017 17:56:41 -0400 Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:41434 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752043AbdGEV4k (ORCPT ); Wed, 5 Jul 2017 17:56:40 -0400 From: Sakari Ailus To: linux-doc@vger.kernel.org Cc: Jonathan Corbet , linux-kernel@vger.kernel.org Subject: [PATCH 1/1] docs: nfsroot: Document that nfsvers=2 is the default Date: Thu, 6 Jul 2017 00:56:16 +0300 Message-Id: <20170705215617.16736-1-sakari.ailus@linux.intel.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nfsroot uses nfsvers=2 by default (as in fs/nfs/nfsroot.c), unlike is specified in a modern nfs man page. Document this. Signed-off-by: Sakari Ailus --- Hi all, I just figured out that NFS v2 is the default version when mounting root over NFS. It'd be nice to tell in documentation this is actually the case. Another option could be to change the default to something sensible. That would have potential for breaking something though. I wonder what others think. Documentation/filesystems/nfs/nfsroot.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/filesystems/nfs/nfsroot.txt b/Documentation/filesystems/nfs/nfsroot.txt index 5efae00f6c7f..5b1a5c5810a0 100644 --- a/Documentation/filesystems/nfs/nfsroot.txt +++ b/Documentation/filesystems/nfs/nfsroot.txt @@ -66,6 +66,7 @@ nfsroot=[:][,] Standard NFS options. All options are separated by commas. The following defaults are used: + nfsvers = 2 port = as given by server portmap daemon rsize = 4096 wsize = 4096 -- 2.11.0