From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH 2/5] writeback: dirty position control Date: Wed, 10 Aug 2011 20:28:04 +0800 Message-ID: <20110810122804.GA4120@localhost> References: <20110806084447.388624428@intel.com> <20110806094526.733282037@intel.com> <1312811193.10488.33.camel@twins> <20110808141128.GA22080@localhost> <1312813909.10488.38.camel@twins> <20110808224742.GB7176@localhost> <1312882304.22367.50.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]:19074 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751314Ab1HJNyV (ORCPT ); Wed, 10 Aug 2011 09:54:21 -0400 Content-Disposition: inline In-Reply-To: <1312882304.22367.50.camel@twins> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Aug 09, 2011 at 05:31:44PM +0800, Peter Zijlstra wrote: > On Tue, 2011-08-09 at 06:47 +0800, Wu Fengguang wrote: > > origin is where the control line crosses the X axis (in both the > > global/bdi setpoint cases). > > Ah, that's normally called zero, root or or x-intercept: > > http://en.wikipedia.org/wiki/X-intercept Yes indeed! I'll change the name to x_intercept. Thanks, Fengguang