Merge branch 'topic/pcm-delay' into for-linus
[pandora-kernel.git] / kernel / cgroup_debug.c
index daca620..0c92d79 100644 (file)
@@ -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;
 }