[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080213213029.GF3383@cs181133002.pp.htv.fi>
Date: Wed, 13 Feb 2008 23:30:29 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Cliff Wickman <cpw@....com>, David Rientjes <rientjes@...gle.com>
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] make cgroup_enable_task_cg_lists() static
This patch makes the needlessly global cgroup_enable_task_cg_lists()
static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
a9d039842fb8c3170e63d2eba3301cf9865a864e diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 4766bb6..0317f79 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -1704,7 +1704,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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists