From owner-cvs-all Wed Jun 10 20:42:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08329 for cvs-all-outgoing; Wed, 10 Jun 1998 20:42:37 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08149; Wed, 10 Jun 1998 20:41:51 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id NAA08128; Thu, 11 Jun 1998 13:41:40 +1000 Date: Thu, 11 Jun 1998 13:41:40 +1000 From: Bruce Evans Message-Id: <199806110341.NAA08128@godzilla.zeta.org.au> To: cvs-committers@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/ufs/ffs ffs_vnops.c > Log: > Back out John's changes 1.45 -> 1.46 > Kirk confirms that the original semantic was what he wanted... > (well, a very slight difference) > May fix "dangling deps" panic with soft updates. > > Revision Changes Path > 1.50 +17 -21 src/sys/ufs/ffs/ffs_vnops.c A back out would have been +12 -17. It also seems to change the semantic to "wait for v_numoutput even in the soft updates case", and fix some style bugs, and break the optimization of using vfs_bio_awrite() instead of bawrite() for async writes of indirect blocks. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message