summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-08-07 11:56:31 +0000
committerdg <dg@FreeBSD.org>1995-08-07 11:56:31 +0000
commitdbe2664bebe6046f3c141140ba6364833dc5209c (patch)
treeacc551fd32c705350b538d718ff579471278a2aa /sys/scsi/sd.c
parentd14e60d2793ee15cd7416fb6bc897eae1222c41d (diff)
downloadFreeBSD-src-dbe2664bebe6046f3c141140ba6364833dc5209c.zip
FreeBSD-src-dbe2664bebe6046f3c141140ba6364833dc5209c.tar.gz
Set bp->b_actf=NULL for paranoia sake.
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r--sys/scsi/sd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 1ae8533..71333cc 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.64 1995/05/08 16:53:33 bde Exp $
+ * $Id: sd.c,v 1.65 1995/05/30 08:13:51 rgrimes Exp $
*/
#define SPLSD splbio
@@ -480,6 +480,7 @@ sdstart(u_int32 unit, u_int32 flags)
return;
}
dp->b_actf = bp->b_actf;
+ bp->b_actf = NULL;
/*
* If the device has become invalid, abort all the
OpenPOWER on IntegriCloud