Initial recvfile VFS change

simo idra at samba.org
Tue Oct 30 01:35:58 GMT 2007


On Mon, 2007-10-29 at 17:54 -0700, Jeremy Allison wrote:
> +#if defined(HAVE_SPLICE_SYSCALL)
> +ssize_t sys_recvfile(int fromfd,
> +                       int tofd,
> +                       SMB_OFF_T offset,
> +                       size_t count)
> +{
> +       errno = ENOSYS
> +       return -1;
> +}
> +#else

Is this right?
Weren't you supposed to actually support splice?

Simo.

-- 
Simo Sorce
Samba Team GPL Compliance Officer <simo at samba.org>
Senior Software Engineer at Red Hat Inc. <ssorce at redhat.com>



More information about the samba-technical mailing list