Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131275
b: refs/heads/master
c: 1001c9f
h: refs/heads/master
i:
  131273: 2965e05
  131271: b74d1ac
v: v3
  • Loading branch information
Daisuke Nishimura authored and Linus Torvalds committed Feb 11, 2009
1 parent 22596b2 commit 91d899b
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: 17c9d12e126cb0de8d535dc1908c4819d712bc68
refs/heads/master: 1001c9fb8721ab395e21f571ed2aaa523cdd1e29
2 changes: 1 addition & 1 deletion trunk/mm/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ int migrate_vmas(struct mm_struct *mm, const nodemask_t *to,
struct vm_area_struct *vma;
int err = 0;

for(vma = mm->mmap; vma->vm_next && !err; vma = vma->vm_next) {
for (vma = mm->mmap; vma && !err; vma = vma->vm_next) {
if (vma->vm_ops && vma->vm_ops->migrate) {
err = vma->vm_ops->migrate(vma, to, from, flags);
if (err)
Expand Down

0 comments on commit 91d899b

Please sign in to comment.