From owner-cvs-all Mon Oct 23 17: 8:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A692B37B479; Mon, 23 Oct 2000 17:08:31 -0700 (PDT) Received: (from jwd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA49518; Mon, 23 Oct 2000 17:08:31 -0700 (PDT) (envelope-from jwd@FreeBSD.org) Message-Id: <200010240008.RAA49518@freefall.freebsd.org> From: "John W. De Boskey" Date: Mon, 23 Oct 2000 17:08:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jwd 2000/10/23 17:08:31 PDT Modified files: sbin/newfs mkfs.c Log: The write combining code in revision 1.30 needs a few additional touch ups. The cache needs to be flushed against block reads, and a final flush at process termination to force the backup superblocks to disk. I believe this will allow 'make release' to complete. Submitted by: Tor.Egge@fast.no Revision Changes Path 1.31 +26 -13 src/sbin/newfs/mkfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message