From owner-cvs-all Tue Jan 22 6:10:41 2002 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 0774837B41A; Tue, 22 Jan 2002 06:10:33 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 22 Jan 2002 14:10:32 +0000 (GMT) Date: Tue, 22 Jan 2002 14:10:31 +0000 From: David Malone To: Dag-Erling Smorgrav Cc: Benno Rice , Kirk McKusick , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_softdep.c Message-ID: <20020122141031.GA46446@walton.maths.tcd.ie> References: <200201220617.g0M6HOx41725@freefall.freebsd.org> <1011697733.442.0.camel@ratchet.jeamland.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 22, 2002 at 01:26:30PM +0100, Dag-Erling Smorgrav wrote: > Benno Rice writes: > > This change breaks kernels without softupdates. > > Why do we even bother supporting that? (apart from the fact that the > installation kernel is built without SU, though it would greatly > benefit from it: in most cases, installation is bounded by the > filesystem write speed) I thought that the installation procedure mounted disks async? /usr/src/release/sysinstall/misc.c: if (mount("ufs", mountpoint, RunningAsInit ? MNT_ASYNC | MNT_NOATIME : 0, David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message