summaryrefslogtreecommitdiffstats
path: root/source/smbd/vfs.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-04-10 15:33:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:57 -0500
commit08e52ead03304ff04229e1bfe544ff40e2564fc7 (patch)
tree60410c97498d60564ab49427fdbacd09e47acd01 /source/smbd/vfs.c
parentb1bbe568313001f4b4e49382742e4b819c0a2b03 (diff)
downloadsamba-08e52ead03304ff04229e1bfe544ff40e2564fc7.tar.gz
samba-08e52ead03304ff04229e1bfe544ff40e2564fc7.tar.xz
samba-08e52ead03304ff04229e1bfe544ff40e2564fc7.zip
r15018: Merge Volker's ipc/trans2/nttrans changes over
into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy.
Diffstat (limited to 'source/smbd/vfs.c')
-rw-r--r--source/smbd/vfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbd/vfs.c b/source/smbd/vfs.c
index 07e18caa5c6..9a6327b33b5 100644
--- a/source/smbd/vfs.c
+++ b/source/smbd/vfs.c
@@ -95,6 +95,7 @@ static struct vfs_ops default_vfs = {
vfswrap_utime,
vfswrap_ftruncate,
vfswrap_lock,
+ vfswrap_getlock,
vfswrap_symlink,
vfswrap_readlink,
vfswrap_link,