Merge remote-tracking branch 'cgroup/for-next'
[deliverable/linux.git] / kernel / sched / debug.c
index 13935886a4711b2efd576f8890e1564f54991653..fa178b62ea79b53e3cbf37d78d65699e145d6b98 100644 (file)
@@ -415,7 +415,8 @@ static char *task_group_path(struct task_group *tg)
        if (autogroup_path(tg, group_path, PATH_MAX))
                return group_path;
 
-       return cgroup_path(tg->css.cgroup, group_path, PATH_MAX);
+       cgroup_path(tg->css.cgroup, group_path, PATH_MAX);
+       return group_path;
 }
 #endif
 
This page took 0.02503 seconds and 5 git commands to generate.