Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert unlock doesn't underflow lock user count.
While debugging a double unlock error we hit this condition and debugging would have been a lot easier had we enforced this simple constraint that we can't decrement the lock users count if it's already 0. Signed-off-by: Auke Kok <[email protected]>
- Loading branch information