urcu: fix multiple register/unregister assertion failure
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 1 Mar 2010 21:42:15 +0000 (16:42 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 1 Mar 2010 21:42:15 +0000 (16:42 -0500)
commit4b5be3bea6677b2f10ed15b3e726b77bf6e3d3d0
treea4e9c2aff97f0d2d2ca3cbea2ffacdc00942bf97
parent2b514ae230510d5f7263f4aa55d633221340903f
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 <mathieu.desnoyers@efficios.com>
urcu.c
This page took 0.024715 seconds and 4 git commands to generate.