From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 566B7C10F00 for ; Thu, 28 Feb 2019 11:34:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2A00F214D8 for ; Thu, 28 Feb 2019 11:34:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732571AbfB1LeW (ORCPT ); Thu, 28 Feb 2019 06:34:22 -0500 Received: from outbound-smtp26.blacknight.com ([81.17.249.194]:44874 "EHLO outbound-smtp26.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725945AbfB1LeV (ORCPT ); Thu, 28 Feb 2019 06:34:21 -0500 Received: from mail.blacknight.com (pemlinmail02.blacknight.ie [81.17.254.11]) by outbound-smtp26.blacknight.com (Postfix) with ESMTPS id B42FCB87B0 for ; Thu, 28 Feb 2019 11:34:19 +0000 (GMT) Received: (qmail 20082 invoked from network); 28 Feb 2019 11:34:19 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[37.228.225.79]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 28 Feb 2019 11:34:19 -0000 Date: Thu, 28 Feb 2019 11:34:18 +0000 From: Mel Gorman To: Andrey Ryabinin Cc: Andrew Morton , Johannes Weiner , Vlastimil Babka , Rik van Riel , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Michal Hocko Subject: Re: [PATCH v2 4/4] mm/vmscan: remove unused lru_pages argument Message-ID: <20190228113418.GG9565@techsingularity.net> References: <20190228083329.31892-1-aryabinin@virtuozzo.com> <20190228083329.31892-4-aryabinin@virtuozzo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20190228083329.31892-4-aryabinin@virtuozzo.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 28, 2019 at 11:33:29AM +0300, Andrey Ryabinin wrote: > Since commit 9092c71bb724 ("mm: use sc->priority for slab shrink targets") > the argument 'unsigned long *lru_pages' passed around with no purpose. > Remove it. > > Signed-off-by: Andrey Ryabinin > Acked-by: Johannes Weiner > Acked-by: Vlastimil Babka > Cc: Michal Hocko > Cc: Rik van Riel > Cc: Mel Gorman Acked-by: Mel Gorman -- Mel Gorman SUSE Labs