diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-11-10 15:08:05 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-11-10 15:08:05 +0000 |
| commit | b76c2888ed327f6f113fffff92849b4e2e5377fa (patch) | |
| tree | 36ab2b1c57a801422e8520524c379fe7af17ad19 /sys/scsi | |
| parent | 13c290d4df89c3f0913476bc5979b62c17987887 (diff) | |
Notes
Diffstat (limited to 'sys/scsi')
| -rw-r--r-- | sys/scsi/scsi_ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_ioctl.c b/sys/scsi/scsi_ioctl.c index 94713076badd..f97766210417 100644 --- a/sys/scsi/scsi_ioctl.c +++ b/sys/scsi/scsi_ioctl.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. *End copyright * - * $Id: scsi_ioctl.c,v 1.15 1995/05/09 02:38:15 dyson Exp $ + * $Id: scsi_ioctl.c,v 1.16 1995/05/30 08:13:42 rgrimes Exp $ * * */ @@ -320,7 +320,7 @@ struct proc *p, struct scsi_link *sc_link) /* if no data, no need to translate it.. */ bp->b_un.b_addr = 0; bp->b_dev = dev; - bp->b_flags = 0; + bp->b_flags = B_BUSY; scsistrategy(bp); ret = bp->b_error; |
