From mboxrd@z Thu Jan 1 00:00:00 1970 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f198.google.com (mail-wr0-f198.google.com [209.85.128.198]) by kanga.kvack.org (Postfix) with ESMTP id 0DE506B03B5 for ; Thu, 13 Apr 2017 08:46:18 -0400 (EDT) Received: by mail-wr0-f198.google.com with SMTP id z62so6230537wrc.0 for ; Thu, 13 Apr 2017 05:46:18 -0700 (PDT) Received: from mx1.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id e43si33905281wre.126.2017.04.13.05.46.16 for (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 13 Apr 2017 05:46:16 -0700 (PDT) Subject: Re: [PATCH 2/9] mm, memory_hotplug: use node instead of zone in can_online_high_movable References: <20170410110351.12215-1-mhocko@kernel.org> <20170410110351.12215-3-mhocko@kernel.org> From: Vlastimil Babka Message-ID: Date: Thu, 13 Apr 2017 14:46:14 +0200 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: owner-linux-mm@kvack.org List-ID: To: Michal Hocko , linux-mm@kvack.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 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 -- 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