Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198252
b: refs/heads/master
c: 6ec3a12
h: refs/heads/master
v: v3
  • Loading branch information
Greg Thelen authored and Linus Torvalds committed May 25, 2010
1 parent 5e9a900 commit 8e008fc
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: 4f92e2586b43a2402e116055d4edda704f911b5b
refs/heads/master: 6ec3a12712ac67ffa4b80d16e0767ffd2431a68d
2 changes: 1 addition & 1 deletion trunk/mm/mempolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ static int migrate_to_node(struct mm_struct *mm, int source, int dest,
nodes_clear(nmask);
node_set(source, nmask);

check_range(mm, mm->mmap->vm_start, TASK_SIZE, &nmask,
check_range(mm, mm->mmap->vm_start, mm->task_size, &nmask,
flags | MPOL_MF_DISCONTIG_OK, &pagelist);

if (!list_empty(&pagelist))
Expand Down

0 comments on commit 8e008fc

Please sign in to comment.