Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190681
b: refs/heads/master
c: b629317
h: refs/heads/master
i:
  190679: 3d3ecd4
v: v3
  • Loading branch information
Li Zefan authored and Paul E. McKenney committed May 4, 2010
1 parent aa965db commit 430517d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fae9c791703606636c1220e47f6690660042ce7f
refs/heads/master: b629317e66fb1c6066c550dded45ab85a936163c
2 changes: 2 additions & 0 deletions trunk/kernel/sched_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ print_task(struct seq_file *m, struct rq *rq, struct task_struct *p)
{
char path[64];

rcu_read_lock();
cgroup_path(task_group(p)->css.cgroup, path, sizeof(path));
rcu_read_unlock();
SEQ_printf(m, " %s", path);
}
#endif
Expand Down

0 comments on commit 430517d

Please sign in to comment.