aboutsummaryrefslogtreecommitdiff
path: root/include/linux/slub_def.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-12-21 09:57:36 +0000
committerMark Brown <broonie@kernel.org>2018-12-21 09:57:36 +0000
commit43603a35574c2e594f9e10a97a40874d1282dd7e (patch)
treea814e05e3d87e221339e4fc9b5e2bd202faee716 /include/linux/slub_def.h
parent38f53ef7bce9f848946a2ad4874d715186e32144 (diff)
parent1b2dbf3c8689071ab54298f1f999f092bb0b2410 (diff)
Merge tag 'v4.9.145-rt124' into linux-linaro-lsk-v4.9-rt
Linux 4.9.145-rt124
Diffstat (limited to 'include/linux/slub_def.h')
-rw-r--r--include/linux/slub_def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h
index 75f56c2ef2d4..b6a59e8cd855 100644
--- a/include/linux/slub_def.h
+++ b/include/linux/slub_def.h
@@ -67,7 +67,8 @@ struct kmem_cache {
int size; /* The size of an object including meta data */
int object_size; /* The size of an object without meta data */
int offset; /* Free pointer offset. */
- int cpu_partial; /* Number of per cpu partial objects to keep around */
+ /* Number of per cpu partial objects to keep around */
+ unsigned int cpu_partial;
struct kmem_cache_order_objects oo;
/* Allocation and freeing of slabs */