Fix: remove bogus goto
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Oct 2022 15:05:53 +0000 (11:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Oct 2022 15:05:53 +0000 (11:05 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/rcu.h

index 2e37bc06f9f11835adbe8562f6e8c064d3005c32..50bc7c1388bd0de82c548ad6815aceb966e98171 100644 (file)
--- a/src/rcu.h
+++ b/src/rcu.h
@@ -137,7 +137,6 @@ void side_rcu_wait_grace_period(struct side_rcu_gp_state *gp_state)
         * complete the grace period immediately.
         */
        check_active_readers(gp_state, active_readers);
-               goto end;
        if (!active_readers[0] && !active_readers[1])
                goto end;
 
This page took 0.023004 seconds and 4 git commands to generate.