[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.10.0806241216350.2926@woody.linux-foundation.org>
Date: Tue, 24 Jun 2008 12:17:44 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Miklos Szeredi <miklos@...redi.hu>
cc: jens.axboe@...cle.com, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Subject: Re: [rfc patch 3/4] splice: remove confirm from
pipe_buf_operations
On Tue, 24 Jun 2008, Miklos Szeredi wrote:
>
> Let's start with page_cache_pipe_buf_confirm(). How should we deal
> with finding an invalidated page (!PageUptodate(page) &&
> !page->mapping)?
I suspect we just have to use it. After all, it was valid when the read
was done. The fact that it got invalidated later is kind of immaterial.
splice() is an optimized read+write. The read reads it into a temporary
buffer. The fact that it's a zero-copy buffer and basically just re-uses
the source doesn't really change that.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists