From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail144.messagelabs.com (mail144.messagelabs.com [216.82.254.51]) by kanga.kvack.org (Postfix) with SMTP id 84D5D6B00A7 for ; Fri, 10 Sep 2010 10:39:39 -0400 (EDT) Date: Fri, 10 Sep 2010 16:39:46 +0200 From: Andrea Arcangeli Subject: Re: [PATCH 2/4] hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow() Message-ID: <20100910143946.GW8925@random.random> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1284092586-1179-3-git-send-email-n-horiguchi@ah.jp.nec.com> Sender: owner-linux-mm@kvack.org To: Naoya Horiguchi Cc: LKML , Hugh Dickins , Christoph Lameter , Linus Torvalds , Andrew Morton , Rik van Riel , Peter Zijlstra , Andi Kleen , linux-mm List-ID: On Fri, Sep 10, 2010 at 01:23:04PM +0900, 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(-) Acked-by: Andrea Arcangeli -- 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