From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by kanga.kvack.org (Postfix) with ESMTP id 77E9D6B0253 for ; Tue, 28 Jul 2015 08:20:25 -0400 (EDT) Received: by wibxm9 with SMTP id xm9so154553431wib.0 for ; Tue, 28 Jul 2015 05:20:25 -0700 (PDT) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id q9si20044711wiy.83.2015.07.28.05.20.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Jul 2015 05:20:24 -0700 (PDT) Subject: Re: [PATCH 02/10] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe References: <1437379219-9160-1-git-send-email-mgorman@suse.com> <1437379219-9160-3-git-send-email-mgorman@suse.com> From: Vlastimil Babka Message-ID: <55B77380.8070104@suse.cz> Date: Tue, 28 Jul 2015 14:20:16 +0200 MIME-Version: 1.0 In-Reply-To: <1437379219-9160-3-git-send-email-mgorman@suse.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman , Linux-MM Cc: Johannes Weiner , Rik van Riel , Pintu Kumar , Xishi Qiu , Gioh Kim , LKML , Mel Gorman On 07/20/2015 10:00 AM, Mel Gorman wrote: > From: Mel Gorman > > No user of zone_watermark_ok_safe() specifies alloc_flags. This patch > removes the unnecessary parameter. > > Signed-off-by: Mel Gorman Acked-by: Vlastimil Babka -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755430AbbG1MUZ (ORCPT ); Tue, 28 Jul 2015 08:20:25 -0400 Received: from mx2.suse.de ([195.135.220.15]:43541 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751874AbbG1MUY (ORCPT ); Tue, 28 Jul 2015 08:20:24 -0400 Subject: Re: [PATCH 02/10] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe To: Mel Gorman , Linux-MM References: <1437379219-9160-1-git-send-email-mgorman@suse.com> <1437379219-9160-3-git-send-email-mgorman@suse.com> Cc: Johannes Weiner , Rik van Riel , Pintu Kumar , Xishi Qiu , Gioh Kim , LKML , Mel Gorman From: Vlastimil Babka Message-ID: <55B77380.8070104@suse.cz> Date: Tue, 28 Jul 2015 14:20:16 +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: <1437379219-9160-3-git-send-email-mgorman@suse.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/20/2015 10:00 AM, Mel Gorman wrote: > From: Mel Gorman > > No user of zone_watermark_ok_safe() specifies alloc_flags. This patch > removes the unnecessary parameter. > > Signed-off-by: Mel Gorman Acked-by: Vlastimil Babka