Don't call dkunit() to find our unit number, it is in our softc.

Sponsored by:	DARPA & NAI Labs.
This commit is contained in:
Poul-Henning Kamp 2002-09-20 16:26:12 +00:00
parent 34e63814be
commit 78bc4b68cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103688

View file

@ -209,7 +209,7 @@ flastrategy(struct bio *bp)
devstat_start_transaction(&sc->stats);
bp->bio_resid = bp->bio_bcount;
unit = dkunit(bp->bio_dev);
unit = sc->unit;
if (bp->bio_cmd == BIO_DELETE)
what = DOC2K_ERASE;