From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752655AbcDZLl2 (ORCPT ); Tue, 26 Apr 2016 07:41:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:32778 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751165AbcDZLl0 (ORCPT ); Tue, 26 Apr 2016 07:41:26 -0400 Subject: Re: [PATCH 12/28] mm, page_alloc: Remove unnecessary initialisation from __alloc_pages_nodemask() To: Mel Gorman , Andrew Morton References: <1460710760-32601-1-git-send-email-mgorman@techsingularity.net> <20160416072152.GH32073@techsingularity.net> Cc: Jesper Dangaard Brouer , Linux-MM , LKML From: Vlastimil Babka Message-ID: <571F53E4.90207@suse.cz> Date: Tue, 26 Apr 2016 13:41:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160416072152.GH32073@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 On 04/16/2016 09:21 AM, Mel Gorman wrote: > page is guaranteed to be set before it is read with or without the > initialisation. > > Signed-off-by: Mel Gorman Acked-by: Vlastimil Babka