Re: Unexpected splice "always copy" behavior observed

From: Linus Torvalds
Date: Wed May 19 2010 - 11:35:47 EST




On Wed, 19 May 2010, Miklos Szeredi wrote:
>
> Another limitation I found while splicing from one file to another is
> that stealing from the source file's page cache does not always
> succeed. This turned out to be because of a reference from the lru
> cache for freshly read pages. I'm not sure how this could be fixed.

It should be fixed by saying "you can't always just move the page".

Copying is not evil. Complexity to avoid copies is evil.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/