Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115876
b: refs/heads/master
c: e78bbfa
h: refs/heads/master
v: v3
  • Loading branch information
Brice Goglin authored and Linus Torvalds committed Oct 20, 2008
1 parent 8266ece commit 6bb7b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: de7f0cba96786cf9ec9da4532c1b25f733da9b6f
refs/heads/master: e78bbfa8262424417a29349a8064a535053912b9
3 changes: 1 addition & 2 deletions trunk/mm/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,11 +896,10 @@ static int do_move_pages(struct mm_struct *mm, struct page_to_node *pm,
pp->status = err;
}

err = 0;
if (!list_empty(&pagelist))
err = migrate_pages(&pagelist, new_page_node,
(unsigned long)pm);
else
err = -ENOENT;

up_read(&mm->mmap_sem);
return err;
Expand Down

0 comments on commit 6bb7b2c

Please sign in to comment.