From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751910Ab3LPURH (ORCPT ); Mon, 16 Dec 2013 15:17:07 -0500 Received: from zene.cmpxchg.org ([85.214.230.12]:50181 "EHLO zene.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751019Ab3LPURG (ORCPT ); Mon, 16 Dec 2013 15:17:06 -0500 Date: Mon, 16 Dec 2013 15:16:55 -0500 From: Johannes Weiner To: Mel Gorman Cc: Andrew Morton , Dave Hansen , Rik van Riel , Linux-MM , LKML Subject: Re: [PATCH 2/7] mm: page_alloc: Break out zone page aging distribution into its own helper Message-ID: <20131216201655.GY21724@cmpxchg.org> References: <1386943807-29601-1-git-send-email-mgorman@suse.de> <1386943807-29601-3-git-send-email-mgorman@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1386943807-29601-3-git-send-email-mgorman@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 13, 2013 at 02:10:02PM +0000, Mel Gorman wrote: > This patch moves the decision on whether to round-robin allocations between > zones and nodes into its own helper functions. It'll make some later patches > easier to understand and it will be automatically inlined. > > Signed-off-by: Mel Gorman Acked-by: Johannes Weiner