Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207259
b: refs/heads/master
c: df1090a
h: refs/heads/master
i:
  207257: ae0bdee
  207255: db37c54
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Aug 10, 2010
1 parent e124548 commit 0763b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a96cfd6e9176ad442233001b7d15e9ed42234320
refs/heads/master: df1090a8dda40b6e11d8cd09e8fc900cfe913b38
4 changes: 2 additions & 2 deletions trunk/mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ static bool has_intersects_mems_allowed(struct task_struct *tsk,
if (cpuset_mems_allowed_intersects(current, tsk))
return true;
}
tsk = next_thread(tsk);
} while (tsk != start);
} while_each_thread(start, tsk);

return false;
}
#else
Expand Down

0 comments on commit 0763b79

Please sign in to comment.