diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2010-04-17 00:51:14 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2010-04-17 00:51:14 +0000 |
commit | c1ab0af8de28ba128f274eb08a21f54d8d23c62c (patch) | |
tree | e642be2374b4eda78f8f8e19baf625334ddfd9b2 /sys/scsi/scsiconf.h | |
parent | d2c5b5c3330c17346250358a37749bfadab71a50 (diff) |
use the iopools mutex to protect the semaphore wrapping the openings
runqueue. less is more sometimes.
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index bc59cb07068..deab59c52c9 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.123 2010/04/16 09:52:04 dlg Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.124 2010/04/17 00:51:13 dlg Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -423,7 +423,6 @@ struct scsi_link { struct scsibus_softc *bus; /* link to the scsibus we're on */ struct scsi_inquiry_data inqdata; /* copy of INQUIRY data from probe */ struct devid *id; - struct mutex mtx; struct scsi_runq queue; u_int running; |