a3424a7c4a
This patch replaces the `into_guard()` call by a `match` over `CrossProcessLockKind` so that the `Dirty` case is explicitly handled. The mid-term idea is to remove the `into_guard()` method because it is “dangerous” as it hides the `Dirty` case.