]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Give some indication of the CCB that's in flight when we panic.
authorWarner Losh <imp@FreeBSD.org>
Fri, 13 Mar 2020 18:45:36 +0000 (18:45 +0000)
committerWarner Losh <imp@FreeBSD.org>
Fri, 13 Mar 2020 18:45:36 +0000 (18:45 +0000)
commit7defd7582ecd3a80fb7b80bd0c8799a94802f2b5
tree51668a6e37da5051d7c59e58f60a718b3463e656
parentdb4493f7b64926d0c9b564bd15119382318a6584
Give some indication of the CCB that's in flight when we panic.

Print the pointer to ccb so we can find it (for what good it does)
as well as the type of operation in flight when the cam_path has
been freed out from under us. This helps both core analysis as well
as automated systems that collect panic strings but little else.
sys/cam/cam_xpt.c