percpu-refcount: Replace call_rcu_sched() with call_rcu()
[sfrench/cifs-2.6.git] / lib / percpu-refcount.c
index de10b8c0bff683399baa2a28c2b57f50445ab3da..9877682e49c784adcdd1bba31837ab971819d8c0 100644 (file)
@@ -181,7 +181,7 @@ static void __percpu_ref_switch_to_atomic(struct percpu_ref *ref,
        ref->confirm_switch = confirm_switch ?: percpu_ref_noop_confirm_switch;
 
        percpu_ref_get(ref);    /* put after confirmation */
-       call_rcu_sched(&ref->rcu, percpu_ref_switch_to_atomic_rcu);
+       call_rcu(&ref->rcu, percpu_ref_switch_to_atomic_rcu);
 }
 
 static void __percpu_ref_switch_to_percpu(struct percpu_ref *ref)