summaryrefslogtreecommitdiff
path: root/sys/dev/mlx
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2001-05-06 21:55:22 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2001-05-06 21:55:22 +0000
commit079f2df393209d4eb295abb686e372ce01b9186a (patch)
tree4ee0a4d41990e996470b4db48f062a27be28456c /sys/dev/mlx
parent87406f5cb45b74434d4aaddabda5c25fcf7571ea (diff)
Notes
Diffstat (limited to 'sys/dev/mlx')
-rw-r--r--sys/dev/mlx/mlx_disk.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c
index 18698c2cffd8..b372247d313e 100644
--- a/sys/dev/mlx/mlx_disk.c
+++ b/sys/dev/mlx/mlx_disk.c
@@ -179,10 +179,6 @@ mlxd_strategy(struct bio *bp)
goto bad;
}
- /* do-nothing operation */
- if (bp->bio_bcount == 0)
- goto done;
-
devstat_start_transaction(&sc->mlxd_stats);
mlx_submit_buf(sc->mlxd_controller, bp);
return;