diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 7a3d96755114..87b034ed0c31 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -175,6 +175,7 @@ struct cgroup { | |||
175 | */ | 175 | */ |
176 | struct list_head sibling; /* my parent's children */ | 176 | struct list_head sibling; /* my parent's children */ |
177 | struct list_head children; /* my children */ | 177 | struct list_head children; /* my children */ |
178 | struct list_head files; /* my files */ | ||
178 | 179 | ||
179 | struct cgroup *parent; /* my parent */ | 180 | struct cgroup *parent; /* my parent */ |
180 | struct dentry __rcu *dentry; /* cgroup fs entry, RCU protected */ | 181 | struct dentry __rcu *dentry; /* cgroup fs entry, RCU protected */ |