summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/cgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 8ec5b0f..12d66fe 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -80,7 +80,7 @@ struct cgroup_subsys_state {
struct css_id __rcu *id;
/* Used to put @cgroup->dentry on the last css_put() */
- struct work_struct dput_work;
+ struct work_struct destroy_work;
};
/* bits in struct cgroup_subsys_state flags field */