]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/cgroup_debug.c
tg3: Update intmbox and coal_now for msix
[karo-tx-linux.git] / kernel / cgroup_debug.c
index daca6209202df4a84df7e0fc41025e33c7642131..0c92d797baa6d163853245481597f7fc03236da4 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;
 }