Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969916AbdDTIjE (ORCPT ); Thu, 20 Apr 2017 04:39:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:33313 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S969836AbdDTIjB (ORCPT ); Thu, 20 Apr 2017 04:39:01 -0400 Subject: Re: [PATCH 9/9] mm, memory_hotplug: remove unused cruft after memory hotplug rework To: Michal Hocko , linux-mm@kvack.org References: <20170410110351.12215-1-mhocko@kernel.org> <20170410110351.12215-10-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: <3fa78766-071b-832b-dd12-2e33fd0c2ade@suse.cz> Date: Thu, 20 Apr 2017 10:38:59 +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-10-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: 353 Lines: 11 On 04/10/2017 01:03 PM, Michal Hocko wrote: > From: Michal Hocko > > zone_for_memory doesn't have any user anymore as well as the whole zone > shifting infrastructure so drop them all. > > This shouldn't introduce any functional changes. > > Signed-off-by: Michal Hocko Acked-by: Vlastimil Babka