From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.242.19]) by kanga.kvack.org (Postfix) with SMTP id 6EEC78D003C for ; Tue, 22 Feb 2011 20:52:48 -0500 (EST) From: Andi Kleen Subject: [PATCH 4/8] Preserve original node for transparent huge page copies Date: Tue, 22 Feb 2011 17:51:58 -0800 Message-Id: <1298425922-23630-5-git-send-email-andi@firstfloor.org> In-Reply-To: <1298425922-23630-1-git-send-email-andi@firstfloor.org> References: <1298425922-23630-1-git-send-email-andi@firstfloor.org> Sender: owner-linux-mm@kvack.org List-ID: To: akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andi Kleen , aarcange@redhat.com From: Andi Kleen This makes a difference for LOCAL policy, where the node cannot be determined from the policy itself, but has to be gotten from the original page. Cc: aarcange@redhat.com Signed-off-by: Andi Kleen --- mm/huge_memory.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 73ecca5..00a5c39 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -799,8 +799,8 @@ static int do_huge_pmd_wp_page_fallback(struct mm_struct *mm, } for (i = 0; i < HPAGE_PMD_NR; i++) { - pages[i] = alloc_page_vma(GFP_HIGHUSER_MOVABLE, - vma, address); + pages[i] = alloc_page_vma_node(GFP_HIGHUSER_MOVABLE, + vma, address, page_to_nid(page)); if (unlikely(!pages[i] || mem_cgroup_newpage_charge(pages[i], mm, GFP_KERNEL))) { -- 1.7.4 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org