From owner-cvs-all@FreeBSD.ORG Tue Dec 9 10:32:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE4716A4CE; Tue, 9 Dec 2003 10:32:24 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2667343D13; Tue, 9 Dec 2003 10:32:23 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.10/8.12.10) with ESMTP id hB9IWHUd023903; Tue, 9 Dec 2003 13:32:17 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hB9IWG4S023900; Tue, 9 Dec 2003 13:32:16 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 9 Dec 2003 13:32:16 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Nate Lawson In-Reply-To: <20031209093207.V42588@root.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Don Lewis cc: Janet Sullivan cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 18:32:24 -0000 On Tue, 9 Dec 2003, Nate Lawson wrote: > I'd love to see this MFCd also. re@ has asked that it settle in HEAD for a couple of days before being merged, but assuming all goes well, it should be in 5.2-RELEASE. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research > > On Tue, 9 Dec 2003, Janet Sullivan wrote: > > I just cvsup'd RELENG_5_2, and this file was still at 1.225 - is the fix > > in 1.226 going to make it into the 5.2 release? > > > > Don Lewis wrote: > > > truckman 2003/12/06 21:16:52 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/ufs/ffs ffs_vfsops.c > > > Log: > > > Set fs_ronly to the correct value in ffs_reload() when reloading the file > > > system super block after fsck has repaired the file system. The value of > > > fs_ronly was getting overwritten, which caused ffs_update() to attempt to > > > update inode timestamps even though the file system was still mounted > > > read-only. > > > > > > This fixes the "giving up on N buffers" error that is triggered by running > > > fsck on the root file system and then rebooting without mounting the file > > > system read-write. > > > > > > Revision Changes Path > > > 1.226 +2 -0 src/sys/ufs/ffs/ffs_vfsops.c > > > _______________________________________________ > > > cvs-src@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/cvs-src > > > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > > > > > > > >