From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by kanga.kvack.org (Postfix) with ESMTP id A02676B0069 for ; Sun, 30 Nov 2014 19:31:44 -0500 (EST) Received: by mail-pd0-f178.google.com with SMTP id g10so9730560pdj.37 for ; Sun, 30 Nov 2014 16:31:44 -0800 (PST) Received: from lgeamrelo01.lge.com (lgeamrelo01.lge.com. [156.147.1.125]) by mx.google.com with ESMTP id bd6si17861067pbd.68.2014.11.30.16.31.42 for ; Sun, 30 Nov 2014 16:31:43 -0800 (PST) Date: Mon, 1 Dec 2014 09:31:56 +0900 From: Minchan Kim Subject: Re: [PATCH next-20141127] mm: Fix comment typo "CONFIG_TRANSPARNTE_HUGE" Message-ID: <20141201003156.GD11340@bbox> References: <1417093031.29407.102.camel@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1417093031.29407.102.camel@x220> Sender: owner-linux-mm@kvack.org List-ID: To: Paul Bolle Cc: Andrew Morton , Valentin Rothberg , linux-mm@kvack.org, linux-kernel@vger.kernel.org Hello, On Thu, Nov 27, 2014 at 01:57:11PM +0100, Paul Bolle wrote: > The commit "mm: don't split THP page when syscall is called" added a > reference to CONFIG_TRANSPARNTE_HUGE in a comment. Use > CONFIG_TRANSPARENT_HUGEPAGE instead, as was probably intended. > > Signed-off-by: Paul Bolle Acked-by: Minchan Kim Thanks! > --- > Compile tested. > > If commit "mm: don't split THP page when syscall is called" is not yet > set in stone, I would prefer if this trivial fix would be squashed into > that commit. Hope so. :) > > mm/rmap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mm/rmap.c b/mm/rmap.c > index d2a6e136b08d..95d394bbb6ab 100644 > --- a/mm/rmap.c > +++ b/mm/rmap.c > @@ -708,7 +708,7 @@ static int page_referenced_one(struct page *page, struct vm_area_struct *vma, > /* > * Use pmd_freeable instead of raw pmd_dirty because in some > * of architecture, pmd_dirty is not defined unless > - * CONFIG_TRANSPARNTE_HUGE is enabled > + * CONFIG_TRANSPARENT_HUGEPAGE is enabled > */ > if (!pmd_freeable(*pmd)) > dirty++; > -- > 1.9.3 > > -- > 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 -- Kind regards, Minchan Kim -- 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