commit c2ab3da254cbed124ccb734ad0495438d5d8b056
Author: Matthew Dillon <[email protected]>
Date: Thu Jul 18 18:33:49 2019 -0700
kernel - Fix panic related to USB cd
* The callouts managed by scsi/scsi_cd.c need to hold the SIM
lock.
* Fixes an assertion (SIM lock not held).
Summary of changes:
sys/bus/cam/scsi/scsi_cd.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c2ab3da254cbed124ccb734ad0495438d5d8b056
--
DragonFly BSD source repository