commit | 8f1e33daeda6cd89753f9e77d174805a6f21db09 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed Nov 23 09:24:27 2011 -0600 |
committer | Pekka Enberg <penberg@kernel.org> | Tue Dec 13 22:14:02 2011 +0200 |
tree | 46fa0c7c64953ba12e73c30ad31fc1b10b5af785 | |
parent | dc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50 [diff] |
slub: Switch per cpu partial page support off for debugging Eric saw an issue with accounting of slabs during validation. Its not possible to determine accurately how many per cpu partial slabs exist at any time so this switches off per cpu partial pages during debug. Acked-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>