From a1e917401bb7ac110b9858db854da7a7858fd86a Mon Sep 17 00:00:00 2001 From: Li Zefan Date: Thu, 2 Apr 2009 16:57:31 -0700 Subject: [PATCH] --- yaml --- r: 139658 b: refs/heads/master c: d969fbe69e07fcceb0558b35d4c75eb046041c5e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/cgroup_debug.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index fae38693ca64..3652ec830a17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0670e08bdfc67272f8c3087030417465629b8073 +refs/heads/master: d969fbe69e07fcceb0558b35d4c75eb046041c5e diff --git a/trunk/kernel/cgroup_debug.c b/trunk/kernel/cgroup_debug.c index daca6209202d..0c92d797baa6 100644 --- a/trunk/kernel/cgroup_debug.c +++ b/trunk/kernel/cgroup_debug.c @@ -40,9 +40,7 @@ static u64 taskcount_read(struct cgroup *cont, struct cftype *cft) { u64 count; - cgroup_lock(); count = cgroup_task_count(cont); - cgroup_unlock(); return count; }