Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57837
b: refs/heads/master
c: 3e903e7
h: refs/heads/master
i:
  57835: 21dd878
v: v3
  • Loading branch information
Paul Jackson authored and Linus Torvalds committed Jun 16, 2007
1 parent 8ad6f1d commit 2ffc386
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: d6f8bb1310d4745ff1d0c74eeacae31e2a3eeff1
refs/heads/master: 3e903e7b1605aff88d7f89a96fab5e43081b914f
2 changes: 1 addition & 1 deletion trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -1682,9 +1682,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 2ffc386

Please sign in to comment.