Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207257
b: refs/heads/master
c: 113e27f
h: refs/heads/master
i:
  207255: db37c54
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Aug 10, 2010
1 parent 832c3e5 commit ae0bdee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 26ebc984913b6a8d86d724b3a79d2ed4ed574612
refs/heads/master: 113e27f36dff9895049df324f292474854750d21
3 changes: 0 additions & 3 deletions trunk/mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,6 @@ static struct task_struct *select_bad_process(unsigned long *ppoints,
*ppoints = ULONG_MAX;
}

if (p->signal->oom_adj == OOM_DISABLE)
continue;

points = badness(p, mem, nodemask, uptime.tv_sec);
if (points > *ppoints || !chosen) {
chosen = p;
Expand Down

0 comments on commit ae0bdee

Please sign in to comment.