Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752562Ab3CUSPi (ORCPT ); Thu, 21 Mar 2013 14:15:38 -0400 Received: from cantor2.suse.de ([195.135.220.15]:45521 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752433Ab3CUSPg (ORCPT ); Thu, 21 Mar 2013 14:15:36 -0400 Date: Thu, 21 Mar 2013 18:15:32 +0000 From: Mel Gorman To: Rik van Riel Cc: Andi Kleen , Linux-MM , Jiri Slaby , Valdis Kletnieks , Zlatko Calusic , Johannes Weiner , dormando , Satoru Moriya , Michal Hocko , LKML Subject: Re: [PATCH 06/10] mm: vmscan: Have kswapd writeback pages based on dirty pages encountered, not priority Message-ID: <20130321181532.GP1878@suse.de> References: <1363525456-10448-1-git-send-email-mgorman@suse.de> <1363525456-10448-7-git-send-email-mgorman@suse.de> <20130317151155.GC2026@suse.de> <514B4925.2010909@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <514B4925.2010909@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1285 Lines: 40 On Thu, Mar 21, 2013 at 01:53:41PM -0400, Rik van Riel wrote: > On 03/17/2013 11:11 AM, Mel Gorman wrote: > >On Sun, Mar 17, 2013 at 07:42:39AM -0700, Andi Kleen wrote: > >>Mel Gorman writes: > >> > >>>@@ -495,6 +495,9 @@ typedef enum { > >>> ZONE_CONGESTED, /* zone has many dirty pages backed by > >>> * a congested BDI > >>> */ > >>>+ ZONE_DIRTY, /* reclaim scanning has recently found > >>>+ * many dirty file pages > >>>+ */ > >> > >>Needs a better name. ZONE_DIRTY_CONGESTED ? > >> > > > >That might be confusing. The underlying BDI is not necessarily > >congested. I accept your point though and will try thinking of a better > >name. > > ZONE_LOTS_DIRTY ? > I had changed it to ZONE_TAIL_LRU_DIRTY, /* reclaim scanning has recently found * many dirty file pages at the tail * of the LRU. */ Is that reasonable? -- Mel Gorman SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/