Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281210
b: refs/heads/master
c: eb943f6
h: refs/heads/master
v: v3
  • Loading branch information
San Mehat authored and Greg Kroah-Hartman committed Nov 30, 2011
1 parent 3052059 commit 3af0dcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 58526090ece3582516e62779739a7d665a74708c
refs/heads/master: eb943f6be011b33455b767880e13c34a2bb96a5e
6 changes: 0 additions & 6 deletions trunk/drivers/staging/android/lowmemorykiller.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@ static int lowmem_shrink(int nr_to_scan, gfp_t gfp_mask)
p->pid, p->comm, oom_adj, tasksize);
}
if (selected) {
if (fatal_signal_pending(selected)) {
pr_warning("process %d is suffering a slow death\n",
selected->pid);
read_unlock(&tasklist_lock);
return rem;
}
lowmem_print(1, "send sigkill to %d (%s), adj %d, size %d\n",
selected->pid, selected->comm,
selected_oom_adj, selected_tasksize);
Expand Down

0 comments on commit 3af0dcd

Please sign in to comment.