summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorZhang, Yanmin2009-07-30 05:28:11 +0200
committerPekka Enberg2009-08-01 17:26:40 +0200
commitdcb0ce1bdf39581bcd0cffc3d487fb20667977cd (patch)
tree63e7b32f1bb3cd6086c246aa483c80c28a8962fb /mm
parentslub: use size and objsize orders to disable debug flags (diff)
downloadkernel-qcow2-linux-dcb0ce1bdf39581bcd0cffc3d487fb20667977cd.tar.gz
kernel-qcow2-linux-dcb0ce1bdf39581bcd0cffc3d487fb20667977cd.tar.xz
kernel-qcow2-linux-dcb0ce1bdf39581bcd0cffc3d487fb20667977cd.zip
slub: change kmem_cache->align to record the real alignment
kmem_cache->align records the original align parameter value specified by users. Function calculate_alignment might change it based on cache line size. So change kmem_cache->align correspondingly. Signed-off-by: Zhang Yanmin <yanmin_zhang@linux.intel.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Diffstat (limited to 'mm')
-rw-r--r--mm/slub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/slub.c b/mm/slub.c
index a465c0a09fb5..801fe4b9b68d 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -2422,6 +2422,7 @@ static int calculate_sizes(struct kmem_cache *s, int forced_order)
* on bootup.
*/
align = calculate_alignment(flags, align, s->objsize);
+ s->align = align;
/*
* SLUB stores one object immediately after another beginning from