|
@@ -86,7 +86,7 @@ struct kmem_cache {
|
|
unsigned long min_partial;
|
|
unsigned long min_partial;
|
|
int size; /* The size of an object including meta data */
|
|
int size; /* The size of an object including meta data */
|
|
int object_size; /* The size of an object without meta data */
|
|
int object_size; /* The size of an object without meta data */
|
|
- int offset; /* Free pointer offset. */
|
|
|
|
|
|
+ unsigned int offset; /* Free pointer offset. */
|
|
#ifdef CONFIG_SLUB_CPU_PARTIAL
|
|
#ifdef CONFIG_SLUB_CPU_PARTIAL
|
|
/* Number of per cpu partial objects to keep around */
|
|
/* Number of per cpu partial objects to keep around */
|
|
unsigned int cpu_partial;
|
|
unsigned int cpu_partial;
|