From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH 2/5] writeback: dirty position control Date: Fri, 26 Aug 2011 15:18:21 +0200 Message-ID: <1314364701.12445.0.camel@twins> References: <20110823141504.GA15949@localhost> <20110823174757.GC15820@redhat.com> <20110824001257.GA6349@localhost> <1314202378.6925.48.camel@twins> <20110826001846.GA6118@localhost> <1314349469.26922.24.camel@twins> <20110826100428.GA7996@localhost> <20110826112637.GA17785@localhost> <1314360710.11049.1.camel@twins> <20110826122057.GA32711@localhost> <20110826131341.GA7114@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Cc: Vivek Goyal , "linux-fsdevel@vger.kernel.org" , Andrew Morton , Jan Kara , Christoph Hellwig , Dave Chinner , Greg Thelen , Minchan Kim , Andrea Righi , linux-mm , LKML To: Wu Fengguang Return-path: In-Reply-To: <20110826131341.GA7114@localhost> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, 2011-08-26 at 21:13 +0800, Wu Fengguang wrote: > We got similar result as in the read disturber case, even though one > disturbs N and the other impacts writeout bandwith. The original > patchset is consistently performing much better :) It does indeed, and I figure on these timescales it makes sense to assumes N is a constant. Fair enough, thanks!