From: Mathieu Desnoyers Date: Thu, 30 May 2013 02:06:45 +0000 (-0400) Subject: rcuja: add same can use same fallback as add next X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=4cde82670644d3e26f98d47624f5c173daff3557;hp=19ddcd04523e39c7c82f4ad5939f86f16f2d65aa;p=urcu.git rcuja: add same can use same fallback as add next Still need to figure out why this fallback is reached in add same. Signed-off-by: Mathieu Desnoyers --- diff --git a/rcuja/rcuja.c b/rcuja/rcuja.c index aa6350f..b9c8a63 100644 --- a/rcuja/rcuja.c +++ b/rcuja/rcuja.c @@ -1474,7 +1474,8 @@ fallback_toosmall: * therefore _never_ be too small. */ //TODO assert(0); - break; + + /* Fall-through */ case JA_RECOMPACT_ADD_NEXT: { const struct cds_ja_type *next_type;