aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/buf.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-02-22 09:03:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-02-22 09:03:00 +0000
commit986066d06508cb85fbf57ef7f4cc2373897b0a4d (patch)
treefb3c809509832050d51481f376c5db77b79b940c /sys/sys/buf.h
parent4d768fea352c35f2a14b95c1bfd1a4875bcf6bdf (diff)
downloadsrc-986066d06508cb85fbf57ef7f4cc2373897b0a4d.tar.gz
src-986066d06508cb85fbf57ef7f4cc2373897b0a4d.zip
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
Notes
Notes: svn path=/head/; revision=91060
Diffstat (limited to 'sys/sys/buf.h')
-rw-r--r--sys/sys/buf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/buf.h b/sys/sys/buf.h
index 61fda6c726a1..b6c367cd0090 100644
--- a/sys/sys/buf.h
+++ b/sys/sys/buf.h
@@ -487,7 +487,6 @@ void bdwrite __P((struct buf *));
void bawrite __P((struct buf *));
void bdirty __P((struct buf *));
void bundirty __P((struct buf *));
-int bowrite __P((struct buf *));
void brelse __P((struct buf *));
void bqrelse __P((struct buf *));
int vfs_bio_awrite __P((struct buf *));