summaryrefslogtreecommitdiff
path: root/sys/dev/md/md.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-01 15:06:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-01 15:06:26 +0000
commit891619a66d5e01e5d5db6a11cfd7f26c815338e3 (patch)
treef08dda1f60d395e9bc94bf2fd1921768bf958c6d /sys/dev/md/md.c
parent29f3f095a624492078f7578be83d684fc32fb2a9 (diff)
Notes
Diffstat (limited to 'sys/dev/md/md.c')
-rw-r--r--sys/dev/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 0431d3e26b9f..958fc9856d34 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -376,7 +376,7 @@ g_md_start(struct bio *bp)
bp->bio_pblkno = bp->bio_offset / sc->secsize;
bp->bio_bcount = bp->bio_length;
mtx_lock(&sc->queue_mtx);
- bioqdisksort(&sc->bio_queue, bp);
+ bioq_disksort(&sc->bio_queue, bp);
mtx_unlock(&sc->queue_mtx);
wakeup(sc);