|
@@ -101,7 +101,7 @@ struct kmem_cache {
|
|
|
int inuse; /* Offset to metadata */
|
|
|
int align; /* Alignment */
|
|
|
int reserved; /* Reserved bytes at the end of slabs */
|
|
|
- int red_left_pad; /* Left redzone padding size */
|
|
|
+ unsigned int red_left_pad; /* Left redzone padding size */
|
|
|
const char *name; /* Name (only for display!) */
|
|
|
struct list_head list; /* List of slab caches */
|
|
|
#ifdef CONFIG_SYSFS
|