From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751951AbbLUMr2 (ORCPT ); Mon, 21 Dec 2015 07:47:28 -0500 Received: from mx2.suse.de ([195.135.220.15]:59601 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751921AbbLUMr1 (ORCPT ); Mon, 21 Dec 2015 07:47:27 -0500 Subject: Re: [PATCH] mm: page_alloc: Remove unnecessary parameter from __rmqueue To: Mel Gorman , Andrew Morton References: <20151202150858.GD2015@techsingularity.net> Cc: LKML , Linux-MM From: Vlastimil Babka Message-ID: <5677F4DC.6040003@suse.cz> Date: Mon, 21 Dec 2015 13:47:24 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151202150858.GD2015@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 12/02/2015 04:08 PM, Mel Gorman wrote: > Commit 0aaa29a56e4f ("mm, page_alloc: reserve pageblocks for high-order > atomic allocations on demand") added an unnecessary and unused parameter > to __rmqueue. It was a parameter that was used in an earlier version of > the patch and then left behind. This patch cleans it up. > > Signed-off-by: Mel Gorman Acked-by: Vlastimil Babka