From owner-cvs-all Tue Feb 5 23: 1:42 2002 Delivered-To: cvs-all@freebsd.org Received: from patrocles.silby.com (d4.as10.nwbl0.wi.voyager.net [169.207.131.4]) by hub.freebsd.org (Postfix) with ESMTP id 03B0837B426; Tue, 5 Feb 2002 23:01:30 -0800 (PST) Received: from localhost (silby@localhost) by patrocles.silby.com (8.11.6/8.11.6) with ESMTP id g1615AG04926; Wed, 6 Feb 2002 01:05:11 GMT (envelope-from silby@silby.com) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Wed, 6 Feb 2002 01:05:09 +0000 (GMT) From: Mike Silbersack To: Matt Dillon Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/ufs/ffs ffs_softdep.c In-Reply-To: <200202050749.g157n1458534@freefall.freebsd.org> Message-ID: <20020206010252.P4693-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Did any of these changes break something with softupdates? I just cvsup'd a -stable box, and on the first reboot with the new kernel I got a "giving up on 1 buffers" and the filesystems were automatically fscked on the reboot. (A subsequent reboot did not have that problem, but I didn't do anything other than boot and shutdown -r now.) Mike "Silby" Silbersack On Mon, 4 Feb 2002, Matt Dillon wrote: > dillon 2002/02/04 23:49:01 PST > > Modified files: (Branch: RELENG_4) > sys/ufs/ffs ffs_softdep.c > Log: > MFC 1.103. drain_output() must be called prior to checking for > dirty buffers or we may get an incorrect indication, resulting in > a later panic. > > Revision Changes Path > 1.57.2.10 +11 -9 src/sys/ufs/ffs/ffs_softdep.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message