diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2584,8 +2584,8 @@ static struct slab *alloc_slabmgmt(struct kmem_cache *cachep, void *objp, | |||
2584 | * kmemleak does not treat the ->s_mem pointer as a reference | 2584 | * kmemleak does not treat the ->s_mem pointer as a reference |
2585 | * to the object. Otherwise we will not report the leak. | 2585 | * to the object. Otherwise we will not report the leak. |
2586 | */ | 2586 | */ |
2587 | kmemleak_scan_area(slabp, offsetof(struct slab, list), | 2587 | kmemleak_scan_area(&slabp->list, sizeof(struct list_head), |
2588 | sizeof(struct list_head), local_flags); | 2588 | local_flags); |
2589 | if (!slabp) | 2589 | if (!slabp) |
2590 | return NULL; | 2590 | return NULL; |
2591 | } else { | 2591 | } else { |