From juhl-lkml@dif.dk Sun Jun 13 20:05:35 2004 Return-Path: Received: from mail-imap3.uio.no ([unix socket]) by mail-imap3.uio.no (Cyrus v2.1.11) with LMTP; Sun, 13 Jun 2004 20:05:35 +0200 X-Sieve: CMU Sieve 2.2 Delivery-date: Sun, 13 Jun 2004 20:05:35 +0200 Received: from mail-mx3.uio.no ([129.240.10.44]) by mail-imap3.uio.no with esmtp (Exim 4.34) id 1BZZMN-0007MX-C4 for trond.myklebust@fys.uio.no; Sun, 13 Jun 2004 20:05:35 +0200 Received: from mail.dif.dk ([193.138.115.101]) by smtp.uio.no with esmtp (Exim 4.34) id 1BZZMI-0003FD-Ml for trond.myklebust@fys.uio.no; Sun, 13 Jun 2004 20:05:30 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.dif.dk (Postfix) with ESMTP id 5835AFFCA5 for ; Sun, 13 Jun 2004 20:13:47 +0200 (CEST) Received: from mail.dif.dk ([127.0.0.1]) by localhost (saerimmer [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15934-21 for ; Sun, 13 Jun 2004 20:13:45 +0200 (CEST) Received: from diftmgw2.backbone.dif.dk (diftmgw2.backbone.dif.dk [10.227.136.246]) by mail.dif.dk (Postfix) with ESMTP id AEFC9FFC78 for ; Sun, 13 Jun 2004 20:13:45 +0200 (CEST) Received: from DIFPST1A.dif.dk ([10.227.136.217]) by diftmgw2.backbone.dif.dk with InterScan Messaging Security Suite; Sun, 13 Jun 2004 20:04:32 +0200 Received: from mambo.jju.local (10.227.1.182 [10.227.1.182]) by DIFPST1A.dif.dk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id LX9YNV65; Sun, 13 Jun 2004 20:05:22 +0200 Date: Sun, 13 Jun 2004 20:04:38 +0200 (CEST) From: Jesper Juhl To: Trond Myklebust Cc: Neil Brown , nfs@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [PATCH - Trivial] Documentation - NFSv3 & v4 can't both be "the newer version" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at dif.dk X-MailScanner-Information: This message has been scanned for viruses/spam. Contact postmaster@uio.no if you have questions about this scanning X-UiO-MailScanner: No virus found X-UiO-Spam-info: not spam, SpamAssassin (score=0, required 12) X-Evolution-Source: imap://trondmy@imap.uio.no/ Content-Transfer-Encoding: 8bit In the kernel help for NFSv3 & NFSv4 client support both are listed as "the newer version ... of the NFS protocol". Obviously both can't be the newer version at the same time, so here's a patch to correct the text in such a way that only v4 is listed as the newer version. Patch is against 2.6.7-rc3 - please consider including it. --- linux-2.6.7-rc3/fs/Kconfig-orig 2004-06-13 19:26:13.000000000 +0200 +++ linux-2.6.7-rc3/fs/Kconfig 2004-06-13 19:28:32.000000000 +0200 @@ -1363,8 +1363,8 @@ config NFS_V3 bool "Provide NFSv3 client support" depends on NFS_FS help - Say Y here if you want your NFS client to be able to speak the newer - version 3 of the NFS protocol. + Say Y here if you want your NFS client to be able to speak version + 3 of the NFS protocol. If unsure, say Y. -- Jesper Juhl