K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2017-01-31T03:40:13.289404Z K 7 svn:log V 231 Don't retry a lost reservation in atomic_fcmpset() The desired behavior of atomic_fcmpset_() is to always exit on error. Instead of retrying on lost reservation, leave the retry to the caller, and return error. Reported by: kib END