diff options
author | Jim Harris <jimharris@FreeBSD.org> | 2016-01-07 15:58:44 +0000 |
---|---|---|
committer | Jim Harris <jimharris@FreeBSD.org> | 2016-01-07 15:58:44 +0000 |
commit | 26ca317aef1ba366f08136da9342e99e525383fa (patch) | |
tree | 1b608176cb9e4f7878f42d2fd963cfe5b6dd1ee4 | |
parent | 8fe5c0d2867653bb073062361cd954a64798167b (diff) |
Notes
-rw-r--r-- | sys/dev/nvd/nvd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index e6d4c0cb3be1..7d78a8ca52c7 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -215,6 +215,7 @@ nvd_bioq_process(void *arg, int pending) bp->bio_flags |= BIO_ERROR; bp->bio_resid = bp->bio_bcount; biodone(bp); + continue; } #ifdef BIO_ORDERED |