summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/vinum/vinumraid5.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumraid5.c b/sys/dev/vinum/vinumraid5.c
index 7b70349..0e17933 100644
--- a/sys/dev/vinum/vinumraid5.c
+++ b/sys/dev/vinum/vinumraid5.c
@@ -38,7 +38,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumraid5.c,v 1.20 2000/05/10 22:31:38 grog Exp grog $
+ * $Id: vinumraid5.c,v 1.21 2001/01/09 04:21:27 grog Exp grog $
* $FreeBSD$
*/
#include <dev/vinum/vinumhdr.h>
@@ -469,7 +469,6 @@ bre5(struct request *rq,
if (rqg == NULL) { /* malloc failed */
bp->b_error = ENOMEM;
bp->b_ioflags |= BIO_ERROR;
- bufdone(bp);
return REQUEST_ENOMEM;
}
rqg->plexno = plexno;
OpenPOWER on IntegriCloud