Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287211
b: refs/heads/master
c: 35512ec
h: refs/heads/master
i:
  287209: f1d800b
  287207: 56b072e
v: v3
  • Loading branch information
Konstantin Khlebnikov authored and Linus Torvalds committed Feb 4, 2012
1 parent 5b4e26c commit 2a47521
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: a1b58c237b73f10221b31e05b47a6565558207ef
refs/heads/master: 35512ecaef03250fe50ad81430dd467f01d9a96b
2 changes: 1 addition & 1 deletion trunk/mm/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ void migrate_page_copy(struct page *newpage, struct page *page)
ClearPageSwapCache(page);
ClearPagePrivate(page);
set_page_private(page, 0);
page->mapping = NULL;

/*
* If any waiters have accumulated on the new page then
Expand Down Expand Up @@ -667,6 +666,7 @@ static int move_to_new_page(struct page *newpage, struct page *page,
} else {
if (remap_swapcache)
remove_migration_ptes(page, newpage);
page->mapping = NULL;
}

unlock_page(newpage);
Expand Down

0 comments on commit 2a47521

Please sign in to comment.