diff options
author | Tejun Heo | 2017-02-23 00:41:17 +0100 |
---|---|---|
committer | Linus Torvalds | 2017-02-23 01:41:27 +0100 |
commit | 9eeadc8b6e0e31f9aea1f8886ef472f62c2b7f55 (patch) | |
tree | c35c43f53d70a3b6bf50f11c13fc0111069ee141 /include/linux/memcontrol.h | |
parent | slab: remove synchronous rcu_barrier() call in memcg cache release path (diff) | |
download | kernel-qcow2-linux-9eeadc8b6e0e31f9aea1f8886ef472f62c2b7f55.tar.gz kernel-qcow2-linux-9eeadc8b6e0e31f9aea1f8886ef472f62c2b7f55.tar.xz kernel-qcow2-linux-9eeadc8b6e0e31f9aea1f8886ef472f62c2b7f55.zip |
slab: reorganize memcg_cache_params
We're going to change how memcg caches are iterated. In preparation,
clean up and reorganize memcg_cache_params.
* The shared ->list is replaced by ->children in root and
->children_node in children.
* ->is_root_cache is removed. Instead ->root_cache is moved out of
the child union and now used by both root and children. NULL
indicates root cache. Non-NULL a memcg one.
This patch doesn't cause any observable behavior changes.
Link: http://lkml.kernel.org/r/20170117235411.9408-5-tj@kernel.org
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Vladimir Davydov <vdavydov.dev@gmail.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/memcontrol.h')
0 files changed, 0 insertions, 0 deletions