From owner-cvs-all@FreeBSD.ORG Tue Dec 9 07:47:56 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 C21B016A4CE; Tue, 9 Dec 2003 07:47:56 -0800 (PST) Received: from fed1mtao07.cox.net (fed1mtao07.cox.net [68.6.19.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8781243D13; Tue, 9 Dec 2003 07:47:55 -0800 (PST) (envelope-from ciscogeek@bgp4.net) Received: from bgp4.net ([68.99.195.198]) by fed1mtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031209154753.ZFVT14590.fed1mtao07.cox.net@bgp4.net>; Tue, 9 Dec 2003 10:47:53 -0500 Message-ID: <3FD5EEA8.3040809@bgp4.net> Date: Tue, 09 Dec 2003 08:47:52 -0700 From: Janet Sullivan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Lewis References: <200312070516.hB75Gqg5026429@repoman.freebsd.org> In-Reply-To: <200312070516.hB75Gqg5026429@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: cvs-all@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 15:47:56 -0000 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" >