diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 5a85b3415c1b..ad2a14680b7f 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -191,6 +191,8 @@ struct cgroup { | |||
191 | */ | 191 | */ |
192 | struct list_head css_sets; | 192 | struct list_head css_sets; |
193 | 193 | ||
194 | struct list_head allcg_node; /* cgroupfs_root->allcg_list */ | ||
195 | |||
194 | /* | 196 | /* |
195 | * Linked list running through all cgroups that can | 197 | * Linked list running through all cgroups that can |
196 | * potentially be reaped by the release agent. Protected by | 198 | * potentially be reaped by the release agent. Protected by |