| Subject: | Re: Initial recvfile VFS change |
|---|---|
| From: | simo |
| Date: | Mon, 29 Oct 2007 21:35:58 -0400 |
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@xxxxxxxxx>
Senior Software Engineer at Red Hat Inc. <ssorce@xxxxxxxxxx>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Initial recvfile VFS change, Jeremy Allison |
|---|---|
| Next by Date: | Re: [PATCH] NSS Wrapper 04, Andrew Bartlett |
| Previous by Thread: | Initial recvfile VFS change, Jeremy Allison |
| Next by Thread: | Re: Initial recvfile VFS change, Jeremy Allison |
| Indexes: | [Date] [Thread] [Top] [All Lists] |