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 10:08:29 -0400 Message-ID: <20081010140829.GA7983@infradead.org> References: <20081009155039.139856823@suse.de> <20081009174822.516911376@suse.de> <20081009082336.GB6637@infradead.org> <20081010131030.GB16353@mit.edu> <20081010131325.GA16246@infradead.org> <20081010133719.GC16353@mit.edu> <1223646482.25004.13.camel@quoit> <20081010140535.GD16353@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Steven Whitehouse , Christoph Hellwig , npiggin@suse.de, Andrew Morton , Mikulas Patocka , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org To: Theodore Tso Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:47649 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757554AbYJJOIt (ORCPT ); Fri, 10 Oct 2008 10:08:49 -0400 Content-Disposition: inline In-Reply-To: <20081010140535.GD16353@mit.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Oct 10, 2008 at 10:05:35AM -0400, Theodore Tso wrote: > 3) A version which (optionally via a flag in the wbc structure) > instructs write_cache_pages() to not pursue those updates. This has > not been written yet. This one sounds best to me (although we'd have to actualy see it..)