diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 2549493d518d..fd538f4c2bb6 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -178,7 +178,6 @@ struct cgroup { | |||
178 | struct list_head sibling; /* my parent's children */ | 178 | struct list_head sibling; /* my parent's children */ |
179 | struct list_head children; /* my children */ | 179 | struct list_head children; /* my children */ |
180 | 180 | ||
181 | struct cgroup *parent; /* my parent */ | ||
182 | struct kernfs_node *kn; /* cgroup kernfs entry */ | 181 | struct kernfs_node *kn; /* cgroup kernfs entry */ |
183 | struct kernfs_node *populated_kn; /* kn for "cgroup.subtree_populated" */ | 182 | struct kernfs_node *populated_kn; /* kn for "cgroup.subtree_populated" */ |
184 | 183 | ||