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 8b6e8ae5d5ca..ae0093cc5189 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h | |||
@@ -83,6 +83,7 @@ struct kmem_cache { | |||
83 | void (*ctor)(void *); | 83 | void (*ctor)(void *); |
84 | int inuse; /* Offset to metadata */ | 84 | int inuse; /* Offset to metadata */ |
85 | int align; /* Alignment */ | 85 | int align; /* Alignment */ |
86 | int reserved; /* Reserved bytes at the end of slabs */ | ||
86 | unsigned long min_partial; | 87 | unsigned long min_partial; |
87 | const char *name; /* Name (only for display!) */ | 88 | const char *name; /* Name (only for display!) */ |
88 | struct list_head list; /* List of slab caches */ | 89 | struct list_head list; /* List of slab caches */ |