|
@@ -1362,6 +1362,7 @@ static void __split_huge_page_refcount(struct page *page)
|
|
|
page_tail->mapping = page->mapping;
|
|
|
|
|
|
page_tail->index = page->index + i;
|
|
|
+ page_xchg_last_nid(page_tail, page_last_nid(page));
|
|
|
|
|
|
BUG_ON(!PageAnon(page_tail));
|
|
|
BUG_ON(!PageUptodate(page_tail));
|