From: Mathieu Desnoyers Date: Mon, 1 Mar 2010 21:42:15 +0000 (-0500) Subject: urcu: fix multiple register/unregister assertion failure X-Git-Tag: v0.4.2~7 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=4b5be3bea6677b2f10ed15b3e726b77bf6e3d3d0;hp=4b5be3bea6677b2f10ed15b3e726b77bf6e3d3d0;p=urcu.git urcu: fix multiple register/unregister assertion failure Caused by the fact that we check for the whole gp count (which includes the last grace period phase bit) rather than just checking if the nesting count mask is zero. Signed-off-by: Mathieu Desnoyers ---