From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f70.google.com (mail-wm0-f70.google.com [74.125.82.70]) by kanga.kvack.org (Postfix) with ESMTP id B99AD6B0292 for ; Wed, 24 May 2017 17:51:46 -0400 (EDT) Received: by mail-wm0-f70.google.com with SMTP id w79so39996976wme.7 for ; Wed, 24 May 2017 14:51:46 -0700 (PDT) Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com. [148.163.158.5]) by mx.google.com with ESMTPS id 81si7626883wmi.53.2017.05.24.14.51.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 May 2017 14:51:45 -0700 (PDT) Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v4OLn4Lf118207 for ; Wed, 24 May 2017 17:51:44 -0400 Received: from e12.ny.us.ibm.com (e12.ny.us.ibm.com [129.33.205.202]) by mx0a-001b2d01.pphosted.com with ESMTP id 2anh96arq8-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 24 May 2017 17:51:43 -0400 Received: from localhost by e12.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 May 2017 17:51:43 -0400 Date: Wed, 24 May 2017 16:51:37 -0500 From: Reza Arbab Subject: Re: [RFC PATCH 2/2] mm, memory_hotplug: drop CONFIG_MOVABLE_NODE References: <20170524122411.25212-1-mhocko@kernel.org> <20170524122411.25212-3-mhocko@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20170524122411.25212-3-mhocko@kernel.org> Message-Id: <20170524215136.itrsuwtthq65s3av@arbab-laptop.localdomain> Sender: owner-linux-mm@kvack.org List-ID: To: Michal Hocko Cc: linux-mm@kvack.org, Andrew Morton , Mel Gorman , Vlastimil Babka , Andrea Arcangeli , Jerome Glisse , Yasuaki Ishimatsu , qiuxishi@huawei.com, Kani Toshimitsu , slaoub@gmail.com, Joonsoo Kim , Andi Kleen , David Rientjes , Daniel Kiper , Igor Mammedov , Vitaly Kuznetsov , LKML , Michal Hocko On Wed, May 24, 2017 at 02:24:11PM +0200, Michal Hocko wrote: >20b2f52b73fe ("numa: add CONFIG_MOVABLE_NODE for movable-dedicated >node") has introduced CONFIG_MOVABLE_NODE without a good explanation on >why it is actually useful. It makes a lot of sense to make movable node >semantic opt in but we already have that because the feature has to be >explicitly enabled on the kernel command line. A config option on top >only makes the configuration space larger without a good reason. It also >adds an additional ifdefery that pollutes the code. Just drop the config >option and make it de-facto always enabled. This shouldn't introduce any >change to the semantic. Acked-by: Reza Arbab -- Reza Arbab -- 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