Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40672
b: refs/heads/master
c: 8ce0846
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Nov 3, 2006
1 parent c4badc0 commit ca8c2fd
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: cda5e61a8e0b11826780b8e5a4155683f0557c8b
refs/heads/master: 8ce08464d2c749610a52c4d6c7c11080a7eaaef1
3 changes: 2 additions & 1 deletion trunk/mm/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,8 @@ asmlinkage long sys_move_pages(pid_t pid, unsigned long nr_pages,
goto out;

pm[i].node = node;
}
} else
pm[i].node = 0; /* anything to not match MAX_NUMNODES */
}
/* End marker */
pm[nr_pages].node = MAX_NUMNODES;
Expand Down

0 comments on commit ca8c2fd

Please sign in to comment.