From owner-cvs-all Wed Aug 12 13:31:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06013 for cvs-all-outgoing; Wed, 12 Aug 1998 13:31:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05972; Wed, 12 Aug 1998 13:30:56 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id UAA07852; Wed, 12 Aug 1998 20:30:23 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id WAA28167; Wed, 12 Aug 1998 22:30:21 +0200 (MET DST) Message-ID: <19980812223020.38873@follo.net> Date: Wed, 12 Aug 1998 22:30:20 +0200 From: Eivind Eklund To: Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_subr.c src/sys/nfs nfs_vfsops.c References: <199808122017.NAA05979@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199808122017.NAA05979@freefall.freebsd.org>; from Bruce Evans on Wed, Aug 12, 1998 at 01:17:42PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Aug 12, 1998 at 01:17:42PM -0700, Bruce Evans wrote: > bde 1998/08/12 13:17:42 PDT > > Modified files: > sys/kern vfs_subr.c > sys/nfs nfs_vfsops.c > Log: > Don't configure compatibility code for pre-Lite2 mount() calls by > default. This code should go away soon. IMO, this code should be enabled until post 3.0-RELEASE, to allow a reasonable transition from the 2.2 branch to the 3.0 branch. Without this, you _have_ to have periods where your system won't boot if you get an accidental reboot. Eivind.