[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1324964786-19052-1-git-send-email-kirill@shutemov.name>
Date: Tue, 27 Dec 2011 07:46:25 +0200
From: "Kirill A. Shutemov" <kirill@...temov.name>
To: cgroups@...r.kernel.org
Cc: containers@...ts.linux-foundation.org,
Li Zefan <lizf@...fujitsu.com>, Tejun Heo <tj@...nel.org>,
linux-kernel@...r.kernel.org, Paul Menage <paul@...lmenage.org>,
"Kirill A. Shutemov" <kirill@...temov.name>
Subject: [PATCH 1/2] cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static
From: "Kirill A. Shutemov" <kirill@...temov.name>
Signed-off-by: Kirill A. Shutemov <kirill@...temov.name>
---
kernel/cgroup.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 4936d88..98990dd 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -938,7 +938,7 @@ static void cgroup_d_remove_dir(struct dentry *dentry)
*
* CGRP_WAIT_ON_RMDIR flag is set under cgroup's inode->i_mutex;
*/
-DECLARE_WAIT_QUEUE_HEAD(cgroup_rmdir_waitq);
+static DECLARE_WAIT_QUEUE_HEAD(cgroup_rmdir_waitq);
static void cgroup_wakeup_rmdir_waiter(struct cgroup *cgrp)
{
@@ -2070,7 +2070,7 @@ static int css_set_prefetch(struct cgroup *cgrp, struct css_set *cg,
* Call holding cgroup_mutex and the group_rwsem of the leader. Will take
* task_lock of each thread in leader's threadgroup individually in turn.
*/
-int cgroup_attach_proc(struct cgroup *cgrp, struct task_struct *leader)
+static int cgroup_attach_proc(struct cgroup *cgrp, struct task_struct *leader)
{
int retval, i, group_size, nr_migrating_tasks;
struct cgroup_subsys *ss, *failed_ss = NULL;
--
1.7.7.3
--
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