From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752721AbbJSGaz (ORCPT ); Mon, 19 Oct 2015 02:30:55 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:36082 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbbJSGay (ORCPT ); Mon, 19 Oct 2015 02:30:54 -0400 Date: Mon, 19 Oct 2015 15:33:57 +0900 From: Minchan Kim To: Hugh Dickins Cc: Andrew Morton , "Kirill A. Shutemov" , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH mmotm] mm: dont split thp page when syscall is called fix 4 Message-ID: <20151019063357.GA963@bbox> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Hugh, On Fri, Oct 16, 2015 at 03:46:03PM -0700, Hugh Dickins wrote: > Compiler gives helpful warnings that madvise_free_pte_range() > has the args to split_huge_pmd() the wrong way round. > > Signed-off-by: Hugh Dickins Thanks for catching my mistake. Reviewed-by: Minchan Kim