aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/slub_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
index 93315d6b21a8..070ff84240e7 100644
--- a/include/linux/slub_def.h
+++ b/include/linux/slub_def.h
@@ -79,9 +79,9 @@ struct kmem_cache {
79 int inuse; /* Offset to metadata */ 79 int inuse; /* Offset to metadata */
80 int align; /* Alignment */ 80 int align; /* Alignment */
81 int reserved; /* Reserved bytes at the end of slabs */ 81 int reserved; /* Reserved bytes at the end of slabs */
82 int red_left_pad; /* Left redzone padding size */
82 const char *name; /* Name (only for display!) */ 83 const char *name; /* Name (only for display!) */
83 struct list_head list; /* List of slab caches */ 84 struct list_head list; /* List of slab caches */
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 struct work_struct kobj_remove_work;