commit 292c9b29e9d552f4bb17da76d668695b8ec0439b
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/292c9b29e9d552f4bb17da76d668695b8ec0439b
--
DragonFly BSD source repository