cgroup: implement __cgroup_task_count() helper
[sfrench/cifs-2.6.git] / kernel / cgroup / cgroup-internal.h
index 30e39f3932ad06bb3f89fe08bc11c5988bd4ea73..02c001ffe2e2d887ced5f8e213e01c3f074bfdaa 100644 (file)
@@ -240,6 +240,7 @@ int cgroup_rmdir(struct kernfs_node *kn);
 int cgroup_show_path(struct seq_file *sf, struct kernfs_node *kf_node,
                     struct kernfs_root *kf_root);
 
+int __cgroup_task_count(const struct cgroup *cgrp);
 int cgroup_task_count(const struct cgroup *cgrp);
 
 /*