From 89dd8e532649acb4ebe153f139601258d406550a Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Mon, 13 Dec 2004 13:02:06 +0000 Subject: [PATCH] bioq_insert_head() function is already in subr_disk.c. --- sys/geom/raid3/g_raid3.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c index 9d2ce1ba3485..4c25f5ee53ee 100644 --- a/sys/geom/raid3/g_raid3.c +++ b/sys/geom/raid3/g_raid3.c @@ -143,16 +143,6 @@ static void g_raid3_dumpconf(struct sbuf *sb, const char *indent, static void g_raid3_sync_stop(struct g_raid3_softc *sc, int type); -/* - * XXX: it should be placed in subr_disk.c. - */ -static void -bioq_insert_head(struct bio_queue_head *head, struct bio *bp) -{ - - TAILQ_INSERT_HEAD(&head->queue, bp, bio_queue); -} - static const char * g_raid3_disk_state2str(int state) {