CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/03/17 12:05:39
Modified files: sys/scsi : sd.c Log message: Do not access the scsi link structure in sdclose() if the disk device is already dying. Delete the sc_timeout when setting the SDF_DYING flag as the timeout delete in sdclose() may not be reached. OK krw@