]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ata_xpt: Rename probe_softc to aprobe_softc
authorWarner Losh <imp@FreeBSD.org>
Sat, 15 Jan 2022 00:21:09 +0000 (17:21 -0700)
committerWarner Losh <imp@FreeBSD.org>
Sat, 15 Jan 2022 00:21:09 +0000 (17:21 -0700)
commit4762aa57ad17b67b46570025ca21ac4a5eefed0c
treef868c7539480b99c214a8afbfec9d57fa6c3162f
parentbacb140f31aa64a7e73c1846834cc7065daee687
ata_xpt: Rename probe_softc to aprobe_softc

Since both scsi_xpt and ata_xpt use the same name for the softc, this
can lead to problems in gdb. Avoid the issue by renaming the ata
probe_softc to aprobe_softc as has been done for the aprobe in
0f280cbd0a3a9. This was overlooked at the time.

Sponsored by: Netflix
MFC After: 2 weeks
sys/cam/ata/ata_xpt.c