s3/vfs: bump interface version number to 33
authorDavid Disseldorp <ddiss@samba.org>
Wed, 18 Feb 2015 11:01:14 +0000 (12:01 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 18 Feb 2015 22:03:11 +0000 (23:03 +0100)
The SMB_VFS_DISK_FREE() small_query parameter removal cleanup will not
be merged for Samba 4.2, so the master SMB_VFS_INTERFACE_VERSION number
should be bumped above what's currently present in the 4.2 branch.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/vfs.h

index 3444f621683397d70b6f88889a6b9746f3d07088..13143c2e8d954eb5f144ed3f7334a92afa7265d7 100644 (file)
 /* Version 32 - Add SMB_VFS_READDIR_ATTR() */
 /* Version 32 - Add in and out create context blobs to create_file */
 /* Version 32 - Remove unnecessary SMB_VFS_DISK_FREE() small_query parameter */
+/* Bump to version 33 - Samba 4.3 will ship with that. */
 
-#define SMB_VFS_INTERFACE_VERSION 32
+#define SMB_VFS_INTERFACE_VERSION 33
 
 /*
     All intercepted VFS operations must be declared as static functions inside module source