s3:smbd Bump the smbd vfs interface version to 30
authorChristian Ambach <ambi@samba.org>
Mon, 10 Sep 2012 15:24:57 +0000 (17:24 +0200)
committerChristian Ambach <ambi@samba.org>
Mon, 10 Sep 2012 17:40:01 +0000 (19:40 +0200)
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

source3/include/vfs.h

index 3e4eefef775bae11907192913cd1993647694d27..17ec2625a2a6635845018078f0cd729783cd7217 100644 (file)
 /* 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