Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88239
b: refs/heads/master
c: b6c3006
h: refs/heads/master
i:
  88237: d1e1b17
  88235: 0d2e22a
  88231: fe8d042
  88223: 4e3fc94
v: v3
  • Loading branch information
Paul Menage authored and Linus Torvalds committed Apr 11, 2008
1 parent f0b0cf3 commit 74ee94e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d10d89ec78114f925f63c5126a2b2490f501a462
refs/heads/master: b6c3006d204a0b86e1ebe02ca38f9f071a03c7ef
1 change: 1 addition & 0 deletions trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -2569,6 +2569,7 @@ static int proc_cgroup_show(struct seq_file *m, void *v)
/* Skip this hierarchy if it has no active subsystems */
if (!root->actual_subsys_bits)
continue;
seq_printf(m, "%lu:", root->subsys_bits);
for_each_subsys(root, ss)
seq_printf(m, "%s%s", count++ ? "," : "", ss->name);
seq_putc(m, ':');
Expand Down

0 comments on commit 74ee94e

Please sign in to comment.