subconscious_snapshots() was acquiring store→subconscious while collect_results() holds subconscious→store — classic ABBA deadlock. Fix: always acquire subconscious first, store second. Store is the bottom-most lock in the ordering. Co-Authored-By: Proof of Concept <poc@bcachefs.org> |
||
|---|---|---|
| .. | ||
| dmn.rs | ||
| identity.rs | ||
| log.rs | ||
| mod.rs | ||