From owner-svn-src-all@FreeBSD.ORG Thu May 5 01:21:59 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DED4106564A; Thu, 5 May 2011 01:21:59 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 993CB8FC12; Thu, 5 May 2011 01:21:58 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAFj7wU2DaFvO/2dsb2JhbACEUKJGiHKtUpEhgSqDXIEBBI81hw6HSA X-IronPort-AV: E=Sophos;i="4.64,317,1301889600"; d="scan'208";a="119659511" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 04 May 2011 21:21:43 -0400 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 519B6B3F2F; Wed, 4 May 2011 21:21:43 -0400 (EDT) Date: Wed, 4 May 2011 21:21:43 -0400 (EDT) From: Rick Macklem To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= Message-ID: <1310797810.1031067.1304558503327.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <86mxj7gaa2.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [172.17.91.202] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - IE7 (Win)/6.0.10_GA_2692) Cc: svn-src-head@freebsd.org, Rick Macklem , svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2011 01:21:59 -0000 > Rick Macklem writes: > > "Dag-Erling Sm=C3=B8rgrav" writes: > > > Are you going to rename the sysctls as well? > > I was not planning on it, but it the "collective" thinks it's a good > > idea, I could do so. >=20 > Yes, please. The change from vfs.nfs to vfs.newnfs breaks scripts. >=20 > Ideally, both the old and the new NFS stack would use the same fstypes > and sysctl names, but I don't know if there's any way we can prevent > someone from compiling both into the kernel at the same time, or > loading > both modules. > If the scripts in /etc/rc.d are fixed to use the correct sysctl naming, do you think it matters which one is "vfs.nfs."? rick