summaryrefslogtreecommitdiffstats
path: root/sys/dev/scd/scd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/scd/scd.c')
-rw-r--r--sys/dev/scd/scd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c
index 88e4d07..9a06f8d 100644
--- a/sys/dev/scd/scd.c
+++ b/sys/dev/scd/scd.c
@@ -291,7 +291,7 @@ scdstrategy(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