summaryrefslogtreecommitdiffstats
path: root/sys/dev/mcd/mcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mcd/mcd.c')
-rw-r--r--sys/dev/mcd/mcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mcd/mcd.c b/sys/dev/mcd/mcd.c
index cdd6e93..7144f16 100644
--- a/sys/dev/mcd/mcd.c
+++ b/sys/dev/mcd/mcd.c
@@ -334,7 +334,7 @@ mcdstrategy(struct bio *bp)
/* queue it */
s = splbio();
- bioqdisksort(&sc->data.head, bp);
+ bioq_disksort(&sc->data.head, bp);
splx(s);
/* now check whether we can perform processing */
OpenPOWER on IntegriCloud