Re: [PATCH -mm 0/6] memcg: release kmemcg_id on css offline

2015-01-19 Thread Vladimir Davydov
Drop this patch please. It needs a rebase. Will resend soon. Thanks, Vladimir -- 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

[PATCH -mm 0/6] memcg: release kmemcg_id on css offline

2015-01-16 Thread Vladimir Davydov
Hi, There's one thing about kmemcg implementation that's bothering me. It's about arrays holding per-memcg data (e.g. kmem_cache->memcg_params-> memcg_caches). On kmalloc or list_lru_{add,del} we want to quickly lookup the copy of kmem_cache or list_lru corresponding to the current cgroup. Current