locks: make trylock routines check for 'unowned' value
Since fcmpset can fail without lock contention e.g. on arm, it was possible
to get spurious failures when the caller was expecting the primitive to succeed.
Reported by: mmel
locks: make trylock routines check for 'unowned' value Tags None Referenced Files None Subscribers None
Description
Details
|