Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752255AbdDMMqT (ORCPT ); Thu, 13 Apr 2017 08:46:19 -0400 Received: from mx2.suse.de ([195.135.220.15]:39831 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750915AbdDMMqR (ORCPT ); Thu, 13 Apr 2017 08:46:17 -0400 Subject: Re: [PATCH 2/9] mm, memory_hotplug: use node instead of zone in can_online_high_movable To: Michal Hocko , linux-mm@kvack.org References: <20170410110351.12215-1-mhocko@kernel.org> <20170410110351.12215-3-mhocko@kernel.org> Cc: Andrew Morton , Mel Gorman , Andrea Arcangeli , Jerome Glisse , Reza Arbab , 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 From: Vlastimil Babka Message-ID: Date: Thu, 13 Apr 2017 14:46:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170410110351.12215-3-mhocko@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 375 Lines: 11 On 04/10/2017 01:03 PM, Michal Hocko wrote: > From: Michal Hocko > > the primary purpose of this helper is to query the node state so use > the node id directly. This is a preparatory patch for later changes. > > This shouldn't introduce any functional change > > Signed-off-by: Michal Hocko Acked-by: Vlastimil Babka