diff options
Diffstat (limited to 'include/linux/slub_def.h')
| -rw-r--r-- | include/linux/slub_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index 07ef550c6627..93315d6b21a8 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h | |||
| @@ -84,6 +84,7 @@ struct kmem_cache { | |||
| 84 | int red_left_pad; /* Left redzone padding size */ | 84 | int red_left_pad; /* Left redzone padding size */ |
| 85 | #ifdef CONFIG_SYSFS | 85 | #ifdef CONFIG_SYSFS |
| 86 | struct kobject kobj; /* For sysfs */ | 86 | struct kobject kobj; /* For sysfs */ |
| 87 | struct work_struct kobj_remove_work; | ||
| 87 | #endif | 88 | #endif |
| 88 | #ifdef CONFIG_MEMCG | 89 | #ifdef CONFIG_MEMCG |
| 89 | struct memcg_cache_params memcg_params; | 90 | struct memcg_cache_params memcg_params; |
