]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/sched/debug.c
cgroup: remove cgroup->name
[karo-tx-linux.git] / kernel / sched / debug.c
index dd52e7ffb10ed3e16dd36ca01a08e9438fcd7872..30eee3b5293d893800e9c5aa5b778ba4dc145ff2 100644 (file)
@@ -111,8 +111,7 @@ static char *task_group_path(struct task_group *tg)
        if (autogroup_path(tg, group_path, PATH_MAX))
                return group_path;
 
-       cgroup_path(tg->css.cgroup, group_path, PATH_MAX);
-       return group_path;
+       return cgroup_path(tg->css.cgroup, group_path, PATH_MAX);
 }
 #endif