From: Mathieu Desnoyers Date: Wed, 22 Oct 2014 11:55:05 +0000 (-0400) Subject: Fix: lfstack reversed empty/non-empty return value X-Git-Tag: v0.9.0~76 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=e47048cc8c4830fbfbe7169d743e58231f0549bc;hp=e47048cc8c4830fbfbe7169d743e58231f0549bc;p=userspace-rcu.git Fix: lfstack reversed empty/non-empty return value The return value of lfstack push operation is logically reversed compared to the documentation, and compared to wfstack and wfcqueue. Signed-off-by: Mathieu Desnoyers ---