summaryrefslogtreecommitdiff
path: root/source/profile
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-10-29 17:16:13 -0700
committerJeremy Allison <jra@samba.org>2007-10-29 17:16:13 -0700
commitbfbdb6324c5d13bfde8b742e9c5a0e0c9092bd86 (patch)
tree8122482996643fd44b1c645c12594f57d3239427 /source/profile
parentbda8c0bf571c994b524a9d67eebc422033d17094 (diff)
downloadsamba-bfbdb6324c5d13bfde8b742e9c5a0e0c9092bd86.tar.gz
Add in the recvfile entry to the VFS layer with a default
implementation. Needed for the zero-copy write code. Jeremy.
Diffstat (limited to 'source/profile')
-rw-r--r--source/profile/profile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/profile/profile.c b/source/profile/profile.c
index 50751d546ec..e9c7c7bb7cd 100644
--- a/source/profile/profile.c
+++ b/source/profile/profile.c
@@ -297,6 +297,7 @@ bool profile_setup(struct messaging_context *msg_ctx, bool rdonly)
"syscall_pwrite", /* PR_VALUE_SYSCALL_PWRITE */
"syscall_lseek", /* PR_VALUE_SYSCALL_LSEEK */
"syscall_sendfile", /* PR_VALUE_SYSCALL_SENDFILE */
+ "syscall_recvfile", /* PR_VALUE_SYSCALL_RECVFILE */
"syscall_rename", /* PR_VALUE_SYSCALL_RENAME */
"syscall_fsync", /* PR_VALUE_SYSCALL_FSYNC */
"syscall_stat", /* PR_VALUE_SYSCALL_STAT */