From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: [patch v3] splice: fix race with page invalidation Date: Thu, 31 Jul 2008 01:42:15 +0100 Message-ID: <20080731004214.GA32207@shareable.org> References: <20080731001131.GA30900@shareable.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: torvalds@linux-foundation.org, jens.axboe@oracle.com, akpm@linux-foundation.org, nickpiggin@yahoo.com.au, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org To: Miklos Szeredi Return-path: Received: from mail2.shareable.org ([80.68.89.115]:33570 "EHLO mail2.shareable.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751461AbYGaAmb (ORCPT ); Wed, 30 Jul 2008 20:42:31 -0400 Content-Disposition: inline In-Reply-To: <20080731001131.GA30900@shareable.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Jamie Lokier wrote: > not being able to tell when a sendfile() has finished with the pages > its sending. (Except by the socket fully closing or a handshake from the other end, obviously.) -- Jamie