From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751519Ab1HLMR5 (ORCPT ); Fri, 12 Aug 2011 08:17:57 -0400 Received: from casper.infradead.org ([85.118.1.10]:52157 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751144Ab1HLMR4 convert rfc822-to-8bit (ORCPT ); Fri, 12 Aug 2011 08:17:56 -0400 Subject: Re: [PATCH 2/5] writeback: dirty position control From: Peter Zijlstra To: Wu Fengguang 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 Date: Fri, 12 Aug 2011 14:17:21 +0200 In-Reply-To: <20110812110718.GA8016@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> <20110812054528.GA10524@localhost> <1313142333.6576.8.camel@twins> <20110812110718.GA8016@localhost> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.0.2- Message-ID: <1313151441.6576.30.camel@twins> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2011-08-12 at 19:07 +0800, Wu Fengguang wrote: > Because pos_ratio was "unsigned long long".. Ah! totally missed that ;-) Yes looks good.