summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk2008-04-29 09:59:54 +0200
committerLinus Torvalds2008-04-29 17:06:07 +0200
commit3df91fe30a1547af7e794c6e8cca76f4932c6ad7 (patch)
treef8d459ba2a16aaf946f66d767c4066eaa937592e
parentx86: olpc: add One Laptop Per Child architecture support (diff)
downloadkernel-qcow2-linux-3df91fe30a1547af7e794c6e8cca76f4932c6ad7.tar.gz
kernel-qcow2-linux-3df91fe30a1547af7e794c6e8cca76f4932c6ad7.tar.xz
kernel-qcow2-linux-3df91fe30a1547af7e794c6e8cca76f4932c6ad7.zip
make cgroup_enable_task_cg_lists() static
Make the needlessly global cgroup_enable_task_cg_lists() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: David Rientjes <rientjes@google.com> Cc: Paul Menage <menage@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--kernel/cgroup.c2
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,
* The tasklist_lock is not held here, as do_each_thread() and
* while_each_thread() are protected by RCU.
*/
-void cgroup_enable_task_cg_lists(void)
+static void cgroup_enable_task_cg_lists(void)
{
struct task_struct *p, *g;
write_lock(&css_set_lock);