Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71409
b: refs/heads/master
c: 55a230a
h: refs/heads/master
i:
  71407: fe0ddb2
v: v3
  • Loading branch information
Paul Jackson authored and Linus Torvalds committed Oct 19, 2007
1 parent 3b1f78c commit 8ebec8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8f731f7d83d6c6a3eeb32cce79bfcddbf7fac8cc
refs/heads/master: 55a230aae650157720becc09cadb7d10efbf5013
2 changes: 1 addition & 1 deletion trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -1638,9 +1638,9 @@ static int pid_array_load(pid_t *pidarray, int npids, struct cpuset *cs)

do_each_thread(g, p) {
if (p->cpuset == cs) {
pidarray[n++] = p->pid;
if (unlikely(n == npids))
goto array_full;
pidarray[n++] = p->pid;
}
} while_each_thread(g, p);

Expand Down

0 comments on commit 8ebec8a

Please sign in to comment.