summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Harris <jimharris@FreeBSD.org>2016-01-07 15:58:44 +0000
committerJim Harris <jimharris@FreeBSD.org>2016-01-07 15:58:44 +0000
commit26ca317aef1ba366f08136da9342e99e525383fa (patch)
tree1b608176cb9e4f7878f42d2fd963cfe5b6dd1ee4
parent8fe5c0d2867653bb073062361cd954a64798167b (diff)
Notes
-rw-r--r--sys/dev/nvd/nvd.c1
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