Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753432AbbHTOqD (ORCPT ); Thu, 20 Aug 2015 10:46:03 -0400 Received: from mx2.suse.de ([195.135.220.15]:47048 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753376AbbHTOp7 (ORCPT ); Thu, 20 Aug 2015 10:45:59 -0400 Subject: Re: [PATCH 01/10] mm, page_alloc: Delete the zonelist_cache To: Mel Gorman References: <1439376335-17895-1-git-send-email-mgorman@techsingularity.net> <1439376335-17895-2-git-send-email-mgorman@techsingularity.net> <55D5D68E.6040206@suse.cz> <20150820141720.GE12432@techsingularity.net> Cc: Linux-MM , Johannes Weiner , Rik van Riel , David Rientjes , Joonsoo Kim , Michal Hocko , LKML From: Vlastimil Babka Message-ID: <55D5E825.9000207@suse.cz> Date: Thu, 20 Aug 2015 16:45:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150820141720.GE12432@techsingularity.net> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 19 On 08/20/2015 04:17 PM, Mel Gorman wrote: > On Thu, Aug 20, 2015 at 03:30:54PM +0200, Vlastimil Babka wrote: >> These hunks appear unrelated to zonelist cache? Also they move the >> evaluation of cpuset_current_mems_allowed Ah forgot to delete the "Also" part. I wanted to write that it moves the evaluation away from inside the read_mems_allowed_begin() - read_mems_allowed_retry() pair. But then I realized it's just taking a *reference* and not going through cpuset_current_mems_allowed yet, so it's probably OK. Just out of place in this patch. > They are rebase-related brain damage :(. I'll fix it and retest. > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/