diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-06 21:55:22 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2001-05-06 21:55:22 +0000 |
| commit | 079f2df393209d4eb295abb686e372ce01b9186a (patch) | |
| tree | 4ee0a4d41990e996470b4db48f062a27be28456c /sys/dev/mlx | |
| parent | 87406f5cb45b74434d4aaddabda5c25fcf7571ea (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx')
| -rw-r--r-- | sys/dev/mlx/mlx_disk.c | 4 |
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; |
