Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344809
b: refs/heads/master
c: bac0382
h: refs/heads/master
i:
  344807: b3bdddc
v: v3
  • Loading branch information
Hillf Danton authored and Mel Gorman committed Dec 11, 2012
1 parent 9355df5 commit e47c631
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5aa80374a10567f8e25de0615d3d40f3aa3a4298
refs/heads/master: bac0382c6ad764156025978845147e5a6eccca09
3 changes: 3 additions & 0 deletions trunk/mm/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1457,6 +1457,9 @@ static struct page *alloc_misplaced_dst_page(struct page *page,
__GFP_NOMEMALLOC | __GFP_NORETRY |
__GFP_NOWARN) &
~GFP_IOFS, 0);
if (newpage)
page_xchg_last_nid(newpage, page_last_nid(page));

return newpage;
}

Expand Down

0 comments on commit e47c631

Please sign in to comment.