Linux 6.9-rc1
[linux-2.6-microblaze.git] / lib / percpu-refcount.c
index e5c5315..668f6aa 100644 (file)
@@ -230,7 +230,8 @@ static void __percpu_ref_switch_to_atomic(struct percpu_ref *ref,
                percpu_ref_noop_confirm_switch;
 
        percpu_ref_get(ref);    /* put after confirmation */
-       call_rcu(&ref->data->rcu, percpu_ref_switch_to_atomic_rcu);
+       call_rcu_hurry(&ref->data->rcu,
+                      percpu_ref_switch_to_atomic_rcu);
 }
 
 static void __percpu_ref_switch_to_percpu(struct percpu_ref *ref)