summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-01 18:55:46 +0000
committerphk <phk@FreeBSD.org>2003-04-01 18:55:46 +0000
commitdb41fbbf4fb59f26ca14e18c8be2286f02b22631 (patch)
treecbbaa37437e114ab67f61143d8ec45852d0c18d0 /sys/sys
parentba2cdc09d444346a2b3c4ec0291370e260b04de9 (diff)
downloadFreeBSD-src-db41fbbf4fb59f26ca14e18c8be2286f02b22631.zip
FreeBSD-src-db41fbbf4fb59f26ca14e18c8be2286f02b22631.tar.gz
Remove the #define for bioqdisksort(), it's no longer needed.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/bio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/bio.h b/sys/sys/bio.h
index 89b68f5..f87e0c3 100644
--- a/sys/sys/bio.h
+++ b/sys/sys/bio.h
@@ -118,7 +118,6 @@ void biofinish(struct bio *bp, struct devstat *stat, int error);
int biowait(struct bio *bp, const char *wchan);
void bioq_disksort(struct bio_queue_head *ap, struct bio *bp);
-#define bioqdisksort(foo, bar) bioq_disksort(foo, bar)
struct bio *bioq_first(struct bio_queue_head *head);
void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error);
void bioq_init(struct bio_queue_head *head);
OpenPOWER on IntegriCloud