From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754445Ab0GKDLl (ORCPT ); Sat, 10 Jul 2010 23:11:41 -0400 Received: from mga09.intel.com ([134.134.136.24]:7409 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753712Ab0GKDL0 (ORCPT ); Sat, 10 Jul 2010 23:11:26 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.55,182,1278313200"; d="scan'208";a="534244675" Date: Sun, 11 Jul 2010 10:50:08 +0800 From: Wu Fengguang To: Christoph Hellwig Cc: Jens Axboe , Andrew Morton , Dave Chinner , Jan Kara , Peter Zijlstra , "linux-fsdevel@vger.kernel.org" , Linux Memory Management List , LKML Subject: Re: [PATCH 0/6] writeback cleanups and trivial fixes Message-ID: <20100711025008.GA24093@localhost> References: <20100711020656.340075560@intel.com> <20100711024404.GA6805@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100711024404.GA6805@infradead.org> 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 [add cc to Jens] On Sun, Jul 11, 2010 at 10:44:04AM +0800, Christoph Hellwig wrote: > On Sun, Jul 11, 2010 at 10:06:56AM +0800, Wu Fengguang wrote: > > Andrew, > > > > Here are some writeback cleanups to avoid unnecessary calculation overheads, > > and relative simple bug fixes. > > > > The patch applies to latest linux-next tree. The mmotm tree will need rebase > > to include commit 32422c79 (writeback: Add tracing to balance_dirty_pages) > > in order to avoid merge conflicts. > > Maybe it's a better idea to get them in through Jens' tree? At least he > has handled all my flusher thread patches, and I have another big series > in preparation which might cause some interesting conflicts if not > merged through the same tree.