Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281479
b: refs/heads/master
c: c6ca575
h: refs/heads/master
i:
  281477: c354fce
  281475: 002295a
  281471: 65524a5
v: v3
  • Loading branch information
Kirill A. Shutemov authored and Tejun Heo committed Dec 27, 2011
1 parent bde34a9 commit 3b48e4a
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: 1c6c3fad81787e8cb4c85ddfd573b0d8442fe630
refs/heads/master: c6ca57500c23d57a4ccec9874b6a3c99c297e1b5
2 changes: 2 additions & 0 deletions trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -2825,6 +2825,7 @@ static void cgroup_enable_task_cg_lists(void)
}

void cgroup_iter_start(struct cgroup *cgrp, struct cgroup_iter *it)
__acquires(css_set_lock)
{
/*
* The first time anyone tries to iterate across a cgroup,
Expand Down Expand Up @@ -2864,6 +2865,7 @@ struct task_struct *cgroup_iter_next(struct cgroup *cgrp,
}

void cgroup_iter_end(struct cgroup *cgrp, struct cgroup_iter *it)
__releases(css_set_lock)
{
read_unlock(&css_set_lock);
}
Expand Down

0 comments on commit 3b48e4a

Please sign in to comment.