From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1766923AbXDSSOa (ORCPT ); Thu, 19 Apr 2007 14:14:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1766925AbXDSSOa (ORCPT ); Thu, 19 Apr 2007 14:14:30 -0400 Received: from amsfep19-int.chello.nl ([213.46.243.16]:56429 "EHLO amsfep11-int.chello.nl" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1766923AbXDSSO3 (ORCPT ); Thu, 19 Apr 2007 14:14:29 -0400 Subject: Re: [PATCH 09/12] mm: count unstable pages per BDI From: Peter Zijlstra To: Miklos Szeredi Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, neilb@suse.de, dgc@sgi.com, tomoki.sekiyama.qu@hitachi.com, nikita@clusterfs.com, trond.myklebust@fys.uio.no, yingchao.zhou@gmail.com In-Reply-To: References: <20070417071046.318415445@chello.nl> <20070417071703.710381113@chello.nl> Content-Type: text/plain Date: Thu, 19 Apr 2007 20:12:42 +0200 Message-Id: <1177006362.2934.13.camel@lappy> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2007-04-19 at 19:44 +0200, Miklos Szeredi wrote: > > Count per BDI unstable pages. > > > > I'm wondering, is it really worth having this category separate from > per BDI brity pages? > > With the exception of the export to sysfs, always the sum of unstable > + dirty is used. I guess you are right, but it offends my sense of aesthetics to break symmetry with the zone statistics. However, it has the added advantage of only needing 2 deltas as well.