CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2013/08/26 18:05:36
Modified files: sys/scsi : scsi_base.c Log message: make scsi_sem_leave only run again once, no matter how many times other things scsi_sem_enter. the things protected by this do as much work as they can, so they only need to be told to try again once. this isnt a semaphore anymore (and probably never was) so there's a name change coming too.