summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2012-09-10 17:24:57 +0200
committerChristian Ambach <ambi@samba.org>2012-09-10 19:40:01 +0200
commit624e51a21a9dd371dae63ebbcb4c8d3a9ec15953 (patch)
tree2f95f7665ccef0213b3302887a8eaa307a4bff50
parent5765d73f72e25f53bd899e17c5ebd6a3aada1686 (diff)
downloadsamba-624e51a21a9dd371dae63ebbcb4c8d3a9ec15953.tar.gz
s3:smbd Bump the smbd vfs interface version to 30
that is what Samba 4.0.0 will ship with Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Mon Sep 10 19:40:01 CEST 2012 on sn-devel-104
-rw-r--r--source3/include/vfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 3e4eefef775..17ec2625a2a 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -143,7 +143,8 @@
/* Leave at 29 - not yet released. Remove sys_acl functions other than set and get - abartlet */
/* Leave at 29 - not yet released. Added backup_intent bool to files_struct - JRA */
/* Leave at 29 - not yet released. Add durable handle functions - metze/obnox */
-#define SMB_VFS_INTERFACE_VERSION 29
+/* Bump to version 30 - Samba 4.0.0 will ship with interface version 30 */
+#define SMB_VFS_INTERFACE_VERSION 30
/*
All intercepted VFS operations must be declared as static functions inside module source