From: Mathieu Desnoyers Date: Tue, 20 Nov 2012 10:28:42 +0000 (-0500) Subject: urcu-call-rcu: use wait-free splice return value X-Git-Tag: v0.8.0~149 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=ae25b7e24f130728adfac25df56df8c6a220c719;hp=ae25b7e24f130728adfac25df56df8c6a220c719;p=urcu.git urcu-call-rcu: use wait-free splice return value We can now use the splice return value to know if the source queue was empty rather than testing for destination queue emptiness after the splice operation. Signed-off-by: Mathieu Desnoyers ---