remove freemkv-private references from public code

This commit is contained in:
2026-04-28 21:32:15 -07:00
parent 61cb523b69
commit ba6efbe6b2
7 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ impl MacScsiTransport {
// `reset()` removed in 0.13.6 — see scsi/mod.rs for rationale.
// `try_recover()` removed in 0.13.20 — userspace handle-recovery on
// task failure was the same anti-pattern stripped from Linux SG_IO
// (see freemkv-private/docs/audits/2026-04-26-scsi-architecture-research.md).
// (see internal architecture audit, 2026-04-26).
// Errors bubble up; caller decides whether to reopen the Drive.
}