From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 2/7] writeback: add parameters to __bdi_update_bandwidth() Date: Sun, 19 Jun 2011 11:31:10 -0400 Message-ID: <20110619153110.GA20424@infradead.org> References: <20110619150108.691351746@intel.com> <20110619150510.130768812@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linux-fsdevel@vger.kernel.org" , Jan Kara , Dave Chinner , Christoph Hellwig , Andrew Morton , LKML To: Wu Fengguang Return-path: Content-Disposition: inline In-Reply-To: <20110619150510.130768812@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sun, Jun 19, 2011 at 11:01:10PM +0800, Wu Fengguang wrote: > The added parameters will be used by the next patch and more future patches. > > It's separated out for easier review, and will be merged either with the > next patch or with the previous write bandwidth patch in future posts. I don't think adding parameters separately from the code using it is useful. Please fold this into the later patches.