rcuja: add same can use same fallback as add next
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 May 2013 02:06:45 +0000 (22:06 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 May 2013 02:06:45 +0000 (22:06 -0400)
Still need to figure out why this fallback is reached in add same.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rcuja/rcuja.c

index aa6350fe95d73d6ce98d45d22036bf52cfcdd551..b9c8a6377f07ee97a70b3587ea35ba24d922d678 100644 (file)
@@ -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;
This page took 0.026354 seconds and 4 git commands to generate.