diff options
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r-- | kernel/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 6d8de051382b..e7da66efc9fc 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c | |||
@@ -1715,7 +1715,7 @@ static void cgroup_advance_iter(struct cgroup *cgrp, | |||
1715 | * The tasklist_lock is not held here, as do_each_thread() and | 1715 | * The tasklist_lock is not held here, as do_each_thread() and |
1716 | * while_each_thread() are protected by RCU. | 1716 | * while_each_thread() are protected by RCU. |
1717 | */ | 1717 | */ |
1718 | void cgroup_enable_task_cg_lists(void) | 1718 | static void cgroup_enable_task_cg_lists(void) |
1719 | { | 1719 | { |
1720 | struct task_struct *p, *g; | 1720 | struct task_struct *p, *g; |
1721 | write_lock(&css_set_lock); | 1721 | write_lock(&css_set_lock); |