diff options
Diffstat (limited to 'sys/dev/vscsi.c')
-rw-r--r-- | sys/dev/vscsi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vscsi.c b/sys/dev/vscsi.c index e062d211e2a..2937475ae32 100644 --- a/sys/dev/vscsi.c +++ b/sys/dev/vscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vscsi.c,v 1.3 2009/08/13 19:51:49 dlg Exp $ */ +/* $OpenBSD: vscsi.c,v 1.4 2009/11/09 17:53:39 nicm Exp $ */ /* * Copyright (c) 2008 David Gwynne <dlg@openbsd.org> @@ -194,7 +194,6 @@ vscsi_cmd(struct scsi_xfer *xs) mtx_leave(&sc->sc_ccb_mtx); selwakeup(&sc->sc_sel); - KNOTE(&sc->sc_sel.si_note, 0); if (polled) { rw_enter_read(&sc->sc_ccb_polling); |