freebsd-dev/sys/cam/ata
Scott Long 04e814aecd Don't hold the periph lock when calling into cam_periph_runccb()
from the ada and da dump routines.  This avoids difficult locking
problems from needing to be handled.  While it might seem like this
would leave the periphs unprotected during dump, they were aleady
at risk of unexpected removal due to the dump functions not
keeping refcount state across the many calls that come in during
a dump.  This is an exercise for future work.

Obtained from:	Netflix
2018-01-09 00:10:59 +00:00
..
ata_all.c sys/cam: further adoption of SPDX licensing ID tags. 2017-11-27 15:12:43 +00:00
ata_all.h sys/cam: further adoption of SPDX licensing ID tags. 2017-11-27 15:12:43 +00:00
ata_da.c Don't hold the periph lock when calling into cam_periph_runccb() 2018-01-09 00:10:59 +00:00
ata_pmp.c Reduce size of several on-stack string buffers. 2017-12-13 21:17:00 +00:00
ata_xpt.c Define xpt_path_inq. 2017-12-06 23:05:22 +00:00