Re: LFS Support for Sendfile

Andrew Morton (akpm@zip.com.au)
Sat, 02 Mar 2002 21:34:52 -0800


Dan Maas wrote:
>
> > [sendfile(2)] as defined does not support LFS.
> >
> > I wonder does it really need to? I mean, a loop calling sendfile for
> > 2GB (or whatever) at a time is almost as good, if not better in some
> > ways.
>
> The 'count' parameter is not the problem, it's the 'offset'. You can't send
> any data beyond 2GB from the beginning of the file...
>
> And in fact just two days ago I was in a situation where this would have
> been desirable - I was sending parts of a captured DV video stream (the file
> was 6GB)...
>

We need a sendfile64() system call. It's really simple, but
nobody did it.

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