aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r--include/linux/slab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h
index a0cc7a77cda2..af1a5bef80f4 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -556,6 +556,8 @@ struct memcg_cache_array {
556 * used to index child cachces during allocation and cleared 556 * used to index child cachces during allocation and cleared
557 * early during shutdown. 557 * early during shutdown.
558 * 558 *
559 * @root_caches_node: List node for slab_root_caches list.
560 *
559 * @children: List of all child caches. While the child caches are also 561 * @children: List of all child caches. While the child caches are also
560 * reachable through @memcg_caches, a child cache remains on 562 * reachable through @memcg_caches, a child cache remains on
561 * this list until it is actually destroyed. 563 * this list until it is actually destroyed.
@@ -573,6 +575,7 @@ struct memcg_cache_params {
573 union { 575 union {
574 struct { 576 struct {
575 struct memcg_cache_array __rcu *memcg_caches; 577 struct memcg_cache_array __rcu *memcg_caches;
578 struct list_head __root_caches_node;
576 struct list_head children; 579 struct list_head children;
577 }; 580 };
578 struct { 581 struct {