From owner-cvs-all Fri Feb 22 1: 3: 6 2002 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 6F7B737B402; Fri, 22 Feb 2002 01:03:02 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1M932g01013; Fri, 22 Feb 2002 01:03:02 -0800 (PST) (envelope-from phk) Message-Id: <200202220903.g1M932g01013@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 22 Feb 2002 01:03:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys buf.h src/sys/kern vfs_bio.c src/sys/ufs/ufs ufs_lookup.c X-FreeBSD-CVS-Branch: HEAD 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 phk 2002/02/22 01:03:01 PST Modified files: sys/sys buf.h sys/kern vfs_bio.c sys/ufs/ufs ufs_lookup.c Log: Replace bowrite() with BUF_WRITE in ufs. Remove bowrite(), it is now unused. This is the first step in getting entirely rid of BIO_ORDERED which is a generally accepted evil thing. Approved by: mckusick Revision Changes Path 1.297 +0 -16 src/sys/kern/vfs_bio.c 1.126 +0 -1 src/sys/sys/buf.h 1.56 +4 -4 src/sys/ufs/ufs/ufs_lookup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message