Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284375
b: refs/heads/master
c: ec0fffd
h: refs/heads/master
i:
  284373: 8d1ab42
  284371: cea258e
  284367: 4e823b0
v: v3
  • Loading branch information
Johannes Weiner authored and Linus Torvalds committed Jan 13, 2012
1 parent c77bcc5 commit 42b231a
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: 0527b6903b2838e214c895d527806aefd61b3c8f
refs/heads/master: ec0fffd84b162e0563a28a81aa049f946b31a8e2
4 changes: 2 additions & 2 deletions trunk/mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ static void dump_header(struct task_struct *p, gfp_t gfp_mask, int order,
}

#define K(x) ((x) << (PAGE_SHIFT-10))
static int oom_kill_task(struct task_struct *p, struct mem_cgroup *mem)
static int oom_kill_task(struct task_struct *p)
{
struct task_struct *q;
struct mm_struct *mm;
Expand Down Expand Up @@ -533,7 +533,7 @@ static int oom_kill_process(struct task_struct *p, gfp_t gfp_mask, int order,
}
} while_each_thread(p, t);

return oom_kill_task(victim, mem);
return oom_kill_task(victim);
}

/*
Expand Down

0 comments on commit 42b231a

Please sign in to comment.