Skip to content
Unverified Commit 3d5acbb1 authored by Robin Appelman's avatar Robin Appelman
Browse files

prevent lock values from going negative with memcache backend



This can be caused by the code releasing more locks then it acquires,
once the lock value becomes negative it's likely that it will never be able
to change into an exclusive lock again.

Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent 42912a0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment