diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 8ec5b0f38292..12d66fee26f8 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -80,7 +80,7 @@ struct cgroup_subsys_state { | |||
80 | struct css_id __rcu *id; | 80 | struct css_id __rcu *id; |
81 | 81 | ||
82 | /* Used to put @cgroup->dentry on the last css_put() */ | 82 | /* Used to put @cgroup->dentry on the last css_put() */ |
83 | struct work_struct dput_work; | 83 | struct work_struct destroy_work; |
84 | }; | 84 | }; |
85 | 85 | ||
86 | /* bits in struct cgroup_subsys_state flags field */ | 86 | /* bits in struct cgroup_subsys_state flags field */ |