summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 3d1385f9e..09fbaa7bf 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -354,7 +354,8 @@ static kmem_cache_t cache_cache = {
flags: SLAB_NO_REAP,
spinlock: SPIN_LOCK_UNLOCKED,
colour_off: L1_CACHE_BYTES,
- name: "kmem_cache"
+ name: "kmem_cache",
+ next: LIST_HEAD_INIT(cache_cache.next)
};
/* Guard access to the cache-chain. */