From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH 2/5] writeback: dirty position control Date: Fri, 12 Aug 2011 19:11:39 +0800 Message-ID: <20110812111139.GB8016@localhost> References: <20110806084447.388624428@intel.com> <20110806094526.733282037@intel.com> <1312811193.10488.33.camel@twins> <20110808141128.GA22080@localhost> <1312814501.10488.41.camel@twins> <20110808230535.GC7176@localhost> <1313103367.26866.39.camel@twins> <20110812024353.GA11606@localhost> <1313142474.6576.10.camel@twins> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linux-fsdevel@vger.kernel.org" , Andrew Morton , Jan Kara , Christoph Hellwig , Dave Chinner , Greg Thelen , Minchan Kim , Vivek Goyal , Andrea Righi , linux-mm , LKML To: Peter Zijlstra Return-path: Received: from mga14.intel.com ([143.182.124.37]:50698 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751003Ab1HLLLn (ORCPT ); Fri, 12 Aug 2011 07:11:43 -0400 Content-Disposition: inline In-Reply-To: <1313142474.6576.10.camel@twins> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Aug 12, 2011 at 05:47:54PM +0800, Peter Zijlstra wrote: > On Fri, 2011-08-12 at 10:43 +0800, Wu Fengguang wrote: > > > s - x 3 > > > f(x) := 1 + (-----) > > > l - s > > > > > Looks very neat, much simpler than the three curves solution! > > Glad you like it, there is of course the small matter of real-world > behaviour to consider, lets hope that works as well :-) It magically meets all the criteria in my mind, not to mention it can eliminate 2 extra patches. As for the tests, so far, so good :) Your arithmetics are awesome! Thanks, Fengguang