From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH 9/9] writeback: trace global_dirty_state Date: Fri, 1 Jul 2011 23:45:10 +0800 Message-ID: <20110701154509.GB17881@localhost> References: <20110629145245.835998321@intel.com> <20110629145554.698086654@intel.com> <20110701151801.GA6661@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linux-fsdevel@vger.kernel.org" , Jan Kara , Dave Chinner , Andrew Morton , LKML To: Christoph Hellwig Return-path: Content-Disposition: inline In-Reply-To: <20110701151801.GA6661@infradead.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Jul 01, 2011 at 11:18:01PM +0800, Christoph Hellwig wrote: > On Wed, Jun 29, 2011 at 10:52:54PM +0800, Wu Fengguang wrote: > > Add trace event balance_dirty_state for showing the global dirty page > > counts and thresholds at each global_dirty_limits() invocation. This > > will cover the callers throttle_vm_writeout(), over_bground_thresh() > > and each balance_dirty_pages() loop. > > Given that this is a rather uncontoversial diagnostics patch I'd > move it to the front of the queue. Yeah it was.. since then it's expanded with the global dirty limit field, which is newly introduced in [PATCH 6/9]. I'll move it before the larger-chunk-size patch :) Thanks, Fengguang