From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753707AbbIXUBf (ORCPT ); Thu, 24 Sep 2015 16:01:35 -0400 Received: from gum.cmpxchg.org ([85.214.110.215]:46967 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752741AbbIXUBe (ORCPT ); Thu, 24 Sep 2015 16:01:34 -0400 Date: Thu, 24 Sep 2015 16:01:23 -0400 From: Johannes Weiner To: Mel Gorman Cc: Andrew Morton , Rik van Riel , Vlastimil Babka , David Rientjes , Joonsoo Kim , Michal Hocko , Linux-MM , LKML Subject: Re: [PATCH 01/10] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe Message-ID: <20150924200123.GE3009@cmpxchg.org> References: <1442832762-7247-1-git-send-email-mgorman@techsingularity.net> <1442832762-7247-2-git-send-email-mgorman@techsingularity.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442832762-7247-2-git-send-email-mgorman@techsingularity.net> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 21, 2015 at 11:52:33AM +0100, Mel Gorman wrote: > No user of zone_watermark_ok_safe() specifies alloc_flags. This patch > removes the unnecessary parameter. > > Signed-off-by: Mel Gorman > Acked-by: David Rientjes > Acked-by: Vlastimil Babka > Acked-by: Michal Hocko > Reviewed-by: Christoph Lameter Acked-by: Johannes Weiner