From 693ba266c7d84d37b0f5d4253a6a87dc6ddd2b71 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Wed, 18 Feb 2015 12:01:14 +0100 Subject: s3/vfs: bump interface version number to 33 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 Reviewed-by: Jeremy Allison --- source3/include/vfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 3444f62168..13143c2e8d 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -162,8 +162,9 @@ /* 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 -- cgit