diff options
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r-- | sys/scsi/cd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 507091946bc..759e0271e06 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cd.c,v 1.192 2010/09/14 04:02:43 dlg Exp $ */ +/* $OpenBSD: cd.c,v 1.193 2010/09/20 02:51:52 deraadt Exp $ */ /* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */ /* @@ -254,7 +254,6 @@ cdactivate(struct device *self, int act) break; case DVACT_DEACTIVATE: sc->sc_flags |= CDF_DYING; - bufq_drain(&sc->sc_bufq); scsi_xsh_del(&sc->sc_xsh); break; } |