From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753444Ab0IJOlB (ORCPT ); Fri, 10 Sep 2010 10:41:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22038 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753157Ab0IJOlA (ORCPT ); Fri, 10 Sep 2010 10:41:00 -0400 Message-ID: <4C8A4365.2040305@redhat.com> Date: Fri, 10 Sep 2010 10:40:37 -0400 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.2 MIME-Version: 1.0 To: Naoya Horiguchi CC: LKML , Andrea Arcangeli , Hugh Dickins , Christoph Lameter , Linus Torvalds , Andrew Morton , Peter Zijlstra , Andi Kleen , linux-mm Subject: Re: [PATCH 2/4] hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow() References: <1284092586-1179-1-git-send-email-n-horiguchi@ah.jp.nec.com> <1284092586-1179-3-git-send-email-n-horiguchi@ah.jp.nec.com> In-Reply-To: <1284092586-1179-3-git-send-email-n-horiguchi@ah.jp.nec.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/10/2010 12:23 AM, Naoya Horiguchi wrote: > Obviously, setting anon_vma for COWed hugepage should be done > by hugepage_add_new_anon_rmap() to scan vmas faster. > This patch fixes it. > > Signed-off-by: Naoya Horiguchi > --- > mm/hugetlb.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Reviewed-by: Rik van Riel -- All rights reversed From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail202.messagelabs.com (mail202.messagelabs.com [216.82.254.227]) by kanga.kvack.org (Postfix) with SMTP id 2124E6B00A9 for ; Fri, 10 Sep 2010 10:40:15 -0400 (EDT) Message-ID: <4C8A4365.2040305@redhat.com> Date: Fri, 10 Sep 2010 10:40:37 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 2/4] hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow() References: <1284092586-1179-1-git-send-email-n-horiguchi@ah.jp.nec.com> <1284092586-1179-3-git-send-email-n-horiguchi@ah.jp.nec.com> In-Reply-To: <1284092586-1179-3-git-send-email-n-horiguchi@ah.jp.nec.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Naoya Horiguchi Cc: LKML , Andrea Arcangeli , Hugh Dickins , Christoph Lameter , Linus Torvalds , Andrew Morton , Peter Zijlstra , Andi Kleen , linux-mm List-ID: On 09/10/2010 12:23 AM, Naoya Horiguchi wrote: > Obviously, setting anon_vma for COWed hugepage should be done > by hugepage_add_new_anon_rmap() to scan vmas faster. > This patch fixes it. > > Signed-off-by: Naoya Horiguchi > --- > mm/hugetlb.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Reviewed-by: Rik van Riel -- All rights reversed -- 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/ . Don't email: email@kvack.org