Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343319
b: refs/heads/master
c: 389162c
h: refs/heads/master
i:
  343317: c38070f
  343315: 0617d79
  343311: cde28a7
v: v3
  • Loading branch information
Lai Jiangshan authored and Linus Torvalds committed Dec 13, 2012
1 parent 0d0fd1c commit 30e7393
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bd3a66c1cdf31274489cc1b5ace879695a5a1797
refs/heads/master: 389162c22dc373932089ce16cbab43e80a88b035
2 changes: 1 addition & 1 deletion trunk/mm/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ static int do_pages_move(struct mm_struct *mm, nodemask_t task_nodes,
if (node < 0 || node >= MAX_NUMNODES)
goto out_pm;

if (!node_state(node, N_HIGH_MEMORY))
if (!node_state(node, N_MEMORY))
goto out_pm;

err = -EACCES;
Expand Down

0 comments on commit 30e7393

Please sign in to comment.