diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-01 15:06:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-01 15:06:26 +0000 |
| commit | 891619a66d5e01e5d5db6a11cfd7f26c815338e3 (patch) | |
| tree | f08dda1f60d395e9bc94bf2fd1921768bf958c6d /sys/dev/md/md.c | |
| parent | 29f3f095a624492078f7578be83d684fc32fb2a9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/md/md.c')
| -rw-r--r-- | sys/dev/md/md.c | 2 |
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); |
