]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cam_periph_runccb() changed several years ago to overwrite the ccb callback
authorscottl <scottl@FreeBSD.org>
Tue, 1 May 2018 20:09:29 +0000 (20:09 +0000)
committerscottl <scottl@FreeBSD.org>
Tue, 1 May 2018 20:09:29 +0000 (20:09 +0000)
commit2452912a61079a7725a089b51592bf2853c41845
tree9ef9d5051684f9cc2e4885d6336ebfcdea877748
parentf8715f82c1271bb8d24aeb059f5945a23905755f
cam_periph_runccb() changed several years ago to overwrite the ccb callback
pointer.  It's now unhelpful and misleading for callers to continue to set
it, so bring all callers into conformance.  There's no real functional change,
but it makes reading the code a lot less confusing.

Sponsored by: Netflix
sys/cam/ata/ata_da.c
sys/cam/scsi/scsi_cd.c
sys/cam/scsi/scsi_da.c
sys/cam/scsi/scsi_pass.c
sys/cam/scsi/scsi_sa.c
sys/cam/scsi/scsi_sg.c