From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f69.google.com (mail-lf0-f69.google.com [209.85.215.69]) by kanga.kvack.org (Postfix) with ESMTP id 8C4AF6B0260 for ; Tue, 12 Jul 2016 13:31:42 -0400 (EDT) Received: by mail-lf0-f69.google.com with SMTP id g18so16231623lfg.2 for ; Tue, 12 Jul 2016 10:31:42 -0700 (PDT) Received: from gum.cmpxchg.org (gum.cmpxchg.org. [85.214.110.215]) by mx.google.com with ESMTPS id k10si4761822wmk.53.2016.07.12.10.31.41 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Jul 2016 10:31:41 -0700 (PDT) Date: Tue, 12 Jul 2016 13:31:34 -0400 From: Johannes Weiner Subject: Re: [PATCH 24/34] mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_node Message-ID: <20160712173134.GD7307@cmpxchg.org> References: <1467970510-21195-1-git-send-email-mgorman@techsingularity.net> <1467970510-21195-25-git-send-email-mgorman@techsingularity.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467970510-21195-25-git-send-email-mgorman@techsingularity.net> Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman Cc: Andrew Morton , Linux-MM , Rik van Riel , Vlastimil Babka , Minchan Kim , Joonsoo Kim , LKML On Fri, Jul 08, 2016 at 10:35:00AM +0100, Mel Gorman wrote: > shrink_node receives all information it needs about classzone_idx > from sc->reclaim_idx so remove the aliases. > > Signed-off-by: Mel Gorman > Acked-by: Hillf Danton Acked-by: Johannes Weiner -- 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