]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/rcutree.c
rcu: introduce kfree_rcu()
[karo-tx-linux.git] / kernel / rcutree.c
index b579e4f97210bfaf63b2b50463faf4c31f02f60c..2c07adb970882b445412537cb0b83d403c634815 100644 (file)
@@ -1206,7 +1206,7 @@ static void rcu_do_batch(struct rcu_state *rsp, struct rcu_data *rdp)
                next = list->next;
                prefetch(next);
                debug_rcu_head_unqueue(list);
-               list->func(list);
+               __rcu_reclaim(list);
                list = next;
                if (++count >= rdp->blimit)
                        break;