From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [patch 4/8] mm: write_cache_pages type overflow fix Date: Fri, 10 Oct 2008 09:13:25 -0400 Message-ID: <20081010131325.GA16246@infradead.org> References: <20081009155039.139856823@suse.de> <20081009174822.516911376@suse.de> <20081009082336.GB6637@infradead.org> <20081010131030.GB16353@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , npiggin@suse.de, Andrew Morton , Mikulas Patocka , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org To: Theodore Tso Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:42009 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756590AbYJJNNv (ORCPT ); Fri, 10 Oct 2008 09:13:51 -0400 Content-Disposition: inline In-Reply-To: <20081010131030.GB16353@mit.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Oct 10, 2008 at 09:10:30AM -0400, Theodore Tso wrote: > > Aneesh has a patch to kill the range_cont flag, which is queued up for > > 2.6.28. > > Which tree is this queued up in? It's not in ext4 or the mm tree... Oh, it' not queued up yet? It's part of the patch that switches ext4 to it's own copy of write_cache_pages to fix the buffer write issues.