Date: Fri, 22 Feb 2002 01:03:02 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> 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 Message-ID: <200202220903.g1M932g01013@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202220903.g1M932g01013>