Signed-off-by: Vladimir Davydov <vdavy...@parallels.com> --- mm/slab.c | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/mm/slab.c b/mm/slab.c index 6009e44a4d1d..4cb2619277ff 100644 --- a/mm/slab.c +++ b/mm/slab.c @@ -3530,6 +3530,10 @@ static inline void __cache_free(struct kmem_cache *cachep, void *objp, kmemcheck_slab_free(cachep, objp, cachep->object_size); #ifdef CONFIG_MEMCG_KMEM + /* + * Per cpu arrays are disabled for dead memcg caches in order not to + * prevent self-destruction. + */ if (unlikely(!ac)) { int nodeid = page_to_nid(virt_to_page(objp)); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/