Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288923
b: refs/heads/master
c: 9823ec9
h: refs/heads/master
i:
  288921: 51c007c
  288919: db8d757
v: v3
  • Loading branch information
Anton Vorontsov authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent ca9471c commit b9d928e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 353416099128914a684e8bb81e7475d8c2961cc3
refs/heads/master: 9823ec9ded836ee7ca4fe5ab7964b9cdc8af010c
3 changes: 3 additions & 0 deletions trunk/drivers/staging/android/lowmemorykiller.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ static int lowmem_shrink(struct shrinker *s, struct shrink_control *sc)
struct task_struct *p;
int oom_adj;

if (tsk->flags & PF_KTHREAD)
continue;

p = find_lock_task_mm(tsk);
if (!p)
continue;
Expand Down

0 comments on commit b9d928e

Please sign in to comment.