diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 16:26:12 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 16:26:12 +0000 |
| commit | 78bc4b68cc7e1d473e703d08509d9b79d5bcc5bd (patch) | |
| tree | bc984f6be475d16e92a57eaa68527ab200dbd32c /sys | |
| parent | 34e63814be350b8a004fec6453413b8eae4d8fc9 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/contrib/dev/fla/fla.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/fla/fla.c b/sys/contrib/dev/fla/fla.c index 6de9572631198..610f1ac059551 100644 --- a/sys/contrib/dev/fla/fla.c +++ b/sys/contrib/dev/fla/fla.c @@ -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; |
