]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - kernel/sched/debug.c
Merge branch 'patchwork' into v4l_for_linus
[mirror_ubuntu-zesty-kernel.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