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)
Wed, Aug 12, 1:25 AM
Unknown Object (File)
Mon, Aug 10, 6:31 AM
Unknown Object (File)
Mon, Aug 10, 1:52 AM
Unknown Object (File)
Sun, Aug 9, 7:28 PM
Unknown Object (File)
Sun, Aug 2, 9:40 AM
Unknown Object (File)
Sun, Jul 26, 3:48 PM
Unknown Object (File)
Sat, Jul 25, 6:19 AM
Unknown Object (File)
Fri, Jul 24, 6:11 PM
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