kernel - Fix panic related to USB cd
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 19 Jul 2019 01:33:49 +0000 (18:33 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 19 Jul 2019 01:33:49 +0000 (18:33 -0700)
commitc2ab3da254cbed124ccb734ad0495438d5d8b056
tree619277b4507929ae72bb5133b1ae9b377bb4d0e5
parent7f239325213ccb9658f740b7feaa435d0cdbedd0
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).
sys/bus/cam/scsi/scsi_cd.c