summaryrefslogtreecommitdiff
path: root/source/profile
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2006-11-09 20:29:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:43 -0500
commit0620658890fa9c68a9848538728023192319c81a (patch)
tree22cdd87983c019addb51b61a20ba50627c6f6567 /source/profile
parent4ec896cdbe441b17d91895a50ac9be61efe2f9c1 (diff)
downloadsamba-0620658890fa9c68a9848538728023192319c81a.tar.gz
r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to
the vfs layer, since gpfs supports it. Thanks to Volker, Christian, Mathias, Chetan, and Peter.
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 926cc508dd2..187512333cc 100644
--- a/source/profile/profile.c
+++ b/source/profile/profile.c
@@ -287,6 +287,7 @@ BOOL profile_setup(BOOL rdonly)
"syscall_utime", /* PR_VALUE_SYSCALL_UTIME */
"syscall_ftruncate", /* PR_VALUE_SYSCALL_FTRUNCATE */
"syscall_fcntl_lock", /* PR_VALUE_SYSCALL_FCNTL_LOCK */
+ "syscall_kernel_flock", /* PR_VALUE_SYSCALL_KERNEL_FLOCK */
"syscall_fcntl_getlock", /* PR_VALUE_SYSCALL_FCNTL_GETLOCK */
"syscall_readlink", /* PR_VALUE_SYSCALL_READLINK */
"syscall_symlink", /* PR_VALUE_SYSCALL_SYMLINK */