diff options
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4533,7 +4533,7 @@ static void show_symbol(struct seq_file *m, unsigned long address) | |||
4533 | 4533 | ||
4534 | static int leaks_show(struct seq_file *m, void *p) | 4534 | static int leaks_show(struct seq_file *m, void *p) |
4535 | { | 4535 | { |
4536 | struct kmem_cache *cachep = list_entry(p, struct kmem_cache, next); | 4536 | struct kmem_cache *cachep = list_entry(p, struct kmem_cache, list); |
4537 | struct slab *slabp; | 4537 | struct slab *slabp; |
4538 | struct kmem_list3 *l3; | 4538 | struct kmem_list3 *l3; |
4539 | const char *name; | 4539 | const char *name; |