aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slub_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/slub_def.h')
-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 ebdcf4ba42ee..df448adb7283 100644
--- a/include/linux/slub_def.h
+++ b/include/linux/slub_def.h
@@ -82,7 +82,7 @@ struct kmem_cache {
82 unsigned long flags; 82 unsigned long flags;
83 unsigned long min_partial; 83 unsigned long min_partial;
84 int size; /* The size of an object including meta data */ 84 int size; /* The size of an object including meta data */
85 int objsize; /* The size of an object without meta data */ 85 int object_size; /* The size of an object without meta data */
86 int offset; /* Free pointer offset. */ 86 int offset; /* Free pointer offset. */
87 int cpu_partial; /* Number of per cpu partial objects to keep around */ 87 int cpu_partial; /* Number of per cpu partial objects to keep around */
88 struct kmem_cache_order_objects oo; 88 struct kmem_cache_order_objects oo;