test rculfhash: add/remove/random support (with SIGUSR1)
[urcu.git] / rculfhash.c
index 5719bc2c8a418fcd2ef54df7518caa7e14ab4790..20d389d38517d786477e4acff9f8a87fe5b6b1ae 100644 (file)
@@ -1117,7 +1117,7 @@ static
 unsigned long resize_target_update_count(struct rcu_table *t,
                                   unsigned long count)
 {
-       return _uatomic_max(&t->resize_target, count);
+       return uatomic_set(&t->resize_target, count);
 }
 
 static
This page took 0.022368 seconds and 4 git commands to generate.