summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-12-13 13:02:06 +0000
committerpjd <pjd@FreeBSD.org>2004-12-13 13:02:06 +0000
commit713658963043d1bb59ba667f45f82016ea7cb70c (patch)
tree72413e8884cae04355ff6cc1de0ce2fb2921f0c8 /sys/geom
parent77ebddb33ca8213d08bdec405f938710cb346700 (diff)
downloadFreeBSD-src-713658963043d1bb59ba667f45f82016ea7cb70c.zip
FreeBSD-src-713658963043d1bb59ba667f45f82016ea7cb70c.tar.gz
bioq_insert_head() function is already in subr_disk.c.
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/raid3/g_raid3.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c
index 9d2ce1b..4c25f5e 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)
{
OpenPOWER on IntegriCloud