diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-06 20:00:03 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-06 20:00:03 +0000 |
commit | a468031ce841abd412daba673e4d29f4731877b9 (patch) | |
tree | a64ebdb241a0dd62cdc943d74032c6052aec5c9b /sys/dev/mlx/mlx_disk.c | |
parent | 18ee6cea78ac0da9e19d19cb67a68f0ff382ed21 (diff) |
Notes
Diffstat (limited to 'sys/dev/mlx/mlx_disk.c')
-rw-r--r-- | sys/dev/mlx/mlx_disk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index 365ac45057ad..18698c2cffd8 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -212,8 +212,7 @@ mlxd_intr(void *data) else bp->bio_resid = 0; - devstat_end_transaction_bio(&sc->mlxd_stats, bp); - biodone(bp); + biofinish(bp, &sc->mlxd_stats, 0); } static int |