bioq_insert_head() function is already in subr_disk.c.

This commit is contained in:
Pawel Jakub Dawidek 2004-12-13 13:02:06 +00:00
parent bf4843166f
commit 89dd8e5326

View File

@ -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)
{