diff options
Diffstat (limited to 'mm/slob.c')
-rw-r--r-- | mm/slob.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/slob.c b/mm/slob.c index 23631e2bb57..19d2e5d4672 100644 --- a/mm/slob.c +++ b/mm/slob.c @@ -639,7 +639,6 @@ void kmem_cache_free(struct kmem_cache *c, void *b) if (unlikely(c->flags & SLAB_DESTROY_BY_RCU)) { struct slob_rcu *slob_rcu; slob_rcu = b + (c->size - sizeof(struct slob_rcu)); - INIT_RCU_HEAD(&slob_rcu->head); slob_rcu->size = c->size; call_rcu(&slob_rcu->head, kmem_rcu_free); } else { |