Page MenuHomeFreeBSD

camcontrol: Simplfiy 12-byte retry logic in defects command
ClosedPublic

Authored by imp on Jun 13 2023, 9:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 27, 11:20 PM
Unknown Object (File)
Sat, Feb 21, 10:01 PM
Unknown Object (File)
Sat, Feb 21, 6:22 AM
Unknown Object (File)
Sun, Feb 8, 3:04 PM
Unknown Object (File)
Sat, Feb 7, 9:35 PM
Unknown Object (File)
Jan 31 2026, 2:05 PM
Unknown Object (File)
Jan 25 2026, 8:37 PM
Unknown Object (File)
Jan 25 2026, 4:23 PM
Subscribers
None

Details

Summary

We always start out using the 10-byte version of READ DEFECT DATA, and
then switch to 12-byte when necessary due to errors or data length
requirements. We always need to get the length again when we do this,
and we're always going to be using 12-byte commands from that point
forward. Simplify the logic a bit based on this observation.

Sponsored by: Netflix

Diff Detail

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