Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338414
b: refs/heads/master
c: 5318609
h: refs/heads/master
v: v3
  • Loading branch information
David Rientjes authored and Greg Kroah-Hartman committed Nov 16, 2012
1 parent 6fa1391 commit fbc0fa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 18e0749aa825b8af12990521536f617d1405c37f
refs/heads/master: 5318609519800617323b5fdb17c1d4fe12c3d794
3 changes: 2 additions & 1 deletion trunk/drivers/tty/sysrq.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ static struct sysrq_key_op sysrq_term_op = {

static void moom_callback(struct work_struct *ignored)
{
out_of_memory(node_zonelist(0, GFP_KERNEL), GFP_KERNEL, 0, NULL, true);
out_of_memory(node_zonelist(first_online_node, GFP_KERNEL), GFP_KERNEL,
0, NULL, true);
}

static DECLARE_WORK(moom_work, moom_callback);
Expand Down

0 comments on commit fbc0fa0

Please sign in to comment.