]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/slub_def.h
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / include / linux / slub_def.h
index b7e57927f5218f57ee5c4fe35da90b5ce84d2854..a33869b961fcd21df2e4381937d93bc3aa447003 100644 (file)
@@ -77,6 +77,7 @@ struct kmem_cache {
        int refcount;           /* Refcount for slab cache destroy */
        void (*ctor)(void *);
        int inuse;              /* Offset to metadata */
+       int red_left_pad;       /* Left redzone padding size */
        int align;              /* Alignment */
        int reserved;           /* Reserved bytes at the end of slabs */
        const char *name;       /* Name (only for display!) */