From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [patch v3] splice: fix race with page invalidation Date: Fri, 1 Aug 2008 11:32:48 -0700 (PDT) Message-ID: References: <200808011122.51792.nickpiggin@yahoo.com.au> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: nickpiggin@yahoo.com.au, jens.axboe@oracle.com, akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org To: Miklos Szeredi Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:49131 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758179AbYHASdN (ORCPT ); Fri, 1 Aug 2008 14:33:13 -0400 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, 1 Aug 2008, Miklos Szeredi wrote: > > Subject: mm: dont clear PG_uptodate on truncate/invalidate > From: Miklos Szeredi Ok, this one I have no problems with what-so-ever. I'd like Ack's for this kind of change (and obviously hope that it's tested), but it looks clean and I think the new rules are better (not just for this case). Linus