diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 1e2a6db2d7dd..bbffd087476c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1418,7 +1418,7 @@ struct task_struct { | |||
1418 | #endif | 1418 | #endif |
1419 | #ifdef CONFIG_CGROUPS | 1419 | #ifdef CONFIG_CGROUPS |
1420 | /* Control Group info protected by css_set_lock */ | 1420 | /* Control Group info protected by css_set_lock */ |
1421 | struct css_set *cgroups; | 1421 | struct css_set __rcu *cgroups; |
1422 | /* cg_list protected by css_set_lock and tsk->alloc_lock */ | 1422 | /* cg_list protected by css_set_lock and tsk->alloc_lock */ |
1423 | struct list_head cg_list; | 1423 | struct list_head cg_list; |
1424 | #endif | 1424 | #endif |