|
@@ -99,7 +99,7 @@ struct kmem_cache {
|
|
|
int refcount; /* Refcount for slab cache destroy */
|
|
|
void (*ctor)(void *);
|
|
|
int inuse; /* Offset to metadata */
|
|
|
- int align; /* Alignment */
|
|
|
+ unsigned int align; /* Alignment */
|
|
|
unsigned int reserved; /* Reserved bytes at the end of slabs */
|
|
|
unsigned int red_left_pad; /* Left redzone padding size */
|
|
|
const char *name; /* Name (only for display!) */
|