From 4cde82670644d3e26f98d47624f5c173daff3557 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 29 May 2013 22:06:45 -0400 Subject: [PATCH] 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 --- rcuja/rcuja.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.34.1