From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754589AbbCBNrm (ORCPT ); Mon, 2 Mar 2015 08:47:42 -0500 Received: from cantor2.suse.de ([195.135.220.15]:59664 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363AbbCBNri (ORCPT ); Mon, 2 Mar 2015 08:47:38 -0500 Message-ID: <54F469F4.1080805@suse.cz> Date: Mon, 02 Mar 2015 14:47:32 +0100 From: Vlastimil Babka User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: David Rientjes , Andrew Morton CC: Christoph Lameter , Pekka Enberg , Joonsoo Kim , Johannes Weiner , Mel Gorman , Pravin Shelar , Jarno Rajahalme , Li Zefan , Greg Thelen , linux-kernel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, cgroups@vger.kernel.org, dev@openvswitch.org Subject: Re: [patch v2 3/3] kernel, cpuset: remove exception for __GFP_THISNODE References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/27/2015 11:17 PM, David Rientjes wrote: > Nothing calls __cpuset_node_allowed() with __GFP_THISNODE set anymore, so > remove the obscure comment about it and its special-case exception. > > Signed-off-by: David Rientjes Acked-by: Vlastimil Babka