diff options
Diffstat (limited to 'sys/dev/scd/scd.c')
-rw-r--r-- | sys/dev/scd/scd.c | 2 |
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 */ |