Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350327
b: refs/heads/master
c: 2a73991
h: refs/heads/master
i:
  350325: fc13ab7
  350323: f0625b8
  350319: 1f6fdb1
v: v3
  • Loading branch information
Li Zefan authored and Tejun Heo committed Jan 24, 2013
1 parent 64bfd70 commit 95100e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ace783b9bbfa2182b4a561498db3f09a0c56bc79
refs/heads/master: 2a73991b76cbd38c4a0c6704449ccc08c89c3ff3
7 changes: 0 additions & 7 deletions trunk/kernel/sched/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ static char *task_group_path(struct task_group *tg)
if (autogroup_path(tg, group_path, PATH_MAX))
return group_path;

/*
* May be NULL if the underlying cgroup isn't fully-created yet
*/
if (!tg->css.cgroup) {
group_path[0] = '\0';
return group_path;
}
cgroup_path(tg->css.cgroup, group_path, PATH_MAX);
return group_path;
}
Expand Down

0 comments on commit 95100e7

Please sign in to comment.