From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933618Ab0HEP1F (ORCPT ); Thu, 5 Aug 2010 11:27:05 -0400 Received: from mga01.intel.com ([192.55.52.88]:50077 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933274Ab0HEP07 (ORCPT ); Thu, 5 Aug 2010 11:26:59 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.55,322,1278313200"; d="scan'208";a="593262776" Date: Thu, 5 Aug 2010 23:26:46 +0800 From: Wu Fengguang To: Minchan Kim Cc: Andrew Morton , Dave Chinner , Christoph Hellwig , Mel Gorman , Chris Mason , Jens Axboe , LKML , "linux-fsdevel@vger.kernel.org" , "linux-mm@kvack.org" Subject: Re: [PATCH 3/6] writeback: kill writeback_control.more_io Message-ID: <20100805152646.GA10385@localhost> References: <20100722050928.653312535@intel.com> <20100722061822.763629019@intel.com> <20100801153424.GA8204@barrios-desktop> <20100805145053.GA6161@localhost> <20100805145606.GA3083@barrios-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100805145606.GA3083@barrios-desktop> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 05, 2010 at 10:56:06PM +0800, Minchan Kim wrote: > On Thu, Aug 05, 2010 at 10:50:53PM +0800, Wu Fengguang wrote: > > > include/trace/events/ext4.h also have more_io field. > > > > I didn't find it in linux-next. What's your kernel version? > > I used mmotm-07-29. Heh it's in linux-next too -- I didn't find the field because the chunk to remove it slipped into a previous patch.. Thanks, Fengguang