On Fri, 30 May 2014, Vladimir Davydov wrote: > Currently, we count the number of pages allocated to a per memcg cache > in memcg_cache_params->nr_pages. We only use this counter to find out if > the cache is empty and can be destroyed. So let's rename it to refcnt > and make it count not pages, but slabs so that we can use atomic_inc/dec > instead of atomic_add/sub in memcg_charge/uncharge_slab.
Acked-by: Christoph Lameter <c...@linux.com> -- 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/