diff options
author | Jeremy Allison <jra@samba.org> | 2007-10-29 17:16:13 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-10-29 17:16:13 -0700 |
commit | 488b59cfac244ec8cfc60df687fcd153d693509c (patch) | |
tree | 016f3ce43e8a7b6b4a0bab95ebfd69854cf0182b /source3/profile | |
parent | 32dd016353355acfb71dd773187076f95ff6e86e (diff) | |
download | samba-488b59cfac244ec8cfc60df687fcd153d693509c.tar.gz samba-488b59cfac244ec8cfc60df687fcd153d693509c.tar.bz2 samba-488b59cfac244ec8cfc60df687fcd153d693509c.zip |
Add in the recvfile entry to the VFS layer with a default
implementation. Needed for the zero-copy write code.
Jeremy.
(This used to be commit bfbdb6324c5d13bfde8b742e9c5a0e0c9092bd86)
Diffstat (limited to 'source3/profile')
-rw-r--r-- | source3/profile/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/profile/profile.c b/source3/profile/profile.c index 50751d546e..e9c7c7bb7c 100644 --- a/source3/profile/profile.c +++ b/source3/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 */ |