commit | a016471a16b5c4d4ec8f5221575e603a3d11e5e9 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Wed Aug 25 16:32:27 2010 -0700 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Oct 02 10:24:29 2010 +0300 |
tree | ffc9e385f0db13aa5dad34a461fac38a0638474e | |
parent | 8de66a0c022c7c575c7481224803292cdabed4c4 [diff] |
slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc caches Now that the kmalloc_caches array is dynamically allocated at boot, SLUB_RESILIENCY_TEST needs to be fixed to pass the correct type. Acked-by: Christoph Lameter <cl@linux.com> Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>