X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fcgroup_debug.c;h=0c92d797baa6d163853245481597f7fc03236da4;hb=4dc8ab86e0724642e2f778116de64f4b832d7d94;hp=daca6209202df4a84df7e0fc41025e33c7642131;hpb=7b3b6e42032e94a6132a85642e95106f5346650e;p=~andy%2Flinux diff --git a/kernel/cgroup_debug.c b/kernel/cgroup_debug.c index daca6209202..0c92d797baa 100644 --- a/kernel/cgroup_debug.c +++ b/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; }