Page MenuHomeFreeBSD

cam: Create free_scan_info helper function
ClosedPublic

Authored by imp on Jul 5 2025, 6:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 24 2025, 6:53 PM
Unknown Object (File)
Oct 21 2025, 6:55 AM
Unknown Object (File)
Oct 18 2025, 9:56 AM
Unknown Object (File)
Oct 12 2025, 11:58 PM
Unknown Object (File)
Oct 12 2025, 12:27 PM
Unknown Object (File)
Oct 12 2025, 12:27 PM
Unknown Object (File)
Oct 12 2025, 12:27 PM
Unknown Object (File)
Oct 12 2025, 1:30 AM
Subscribers
None

Details

Summary

We free the scsi bug scan info in 4 places. 1 was wrong until I fixed a
bug there in a recent commit. Introduce a helper function that will free
the cpi always (it must always be valid since we set it right after
allocation).

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable