]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/slub_def.h
Merge branch 'slub/lockless' into for-linus
[karo-tx-linux.git] / include / linux / slub_def.h
index 009b0020079d97edea54882ce835d9778ad445e3..90fbb6d87e11d3408db6cd3d3b6a1eedbcd68fe7 100644 (file)
@@ -87,6 +87,7 @@ struct kmem_cache {
        void (*ctor)(void *);
        int inuse;              /* Offset to metadata */
        int align;              /* Alignment */
+       int reserved;           /* Reserved bytes at the end of slabs */
        const char *name;       /* Name (only for display!) */
        struct list_head list;  /* List of slab caches */
 #ifdef CONFIG_SYSFS