rcu: Avoid waking up CPUs having only kfree_rcu() callbacks
[deliverable/linux.git] / include / linux / rcupdate.h
index 81c04f4348ecac0afe5b8b073d90f6f14c822599..a67d5f1072eaee5dd8d7635cde7553b1b60bdc07 100644 (file)
@@ -841,7 +841,7 @@ void __kfree_rcu(struct rcu_head *head, unsigned long offset)
        /* See the kfree_rcu() header comment. */
        BUILD_BUG_ON(!__is_kfree_rcu_offset(offset));
 
-       call_rcu(head, (rcu_callback)offset);
+       kfree_call_rcu(head, (rcu_callback)offset);
 }
 
 /**
This page took 0.026126 seconds and 5 git commands to generate.