diff options
Diffstat (limited to 'include')
-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 81bfd0268e93..e345d8b90046 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -233,7 +233,7 @@ struct cgroup { | |||
233 | 233 | ||
234 | /* For RCU-protected deletion */ | 234 | /* For RCU-protected deletion */ |
235 | struct rcu_head rcu_head; | 235 | struct rcu_head rcu_head; |
236 | struct work_struct free_work; | 236 | struct work_struct destroy_work; |
237 | 237 | ||
238 | /* List of events which userspace want to receive */ | 238 | /* List of events which userspace want to receive */ |
239 | struct list_head event_list; | 239 | struct list_head event_list; |