From 1e78cb57f663fa3592655d9b8dfa25ae9a81ff7d Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Tue, 13 Mar 2018 16:17:27 +0100 Subject: [PATCH] s3: vfs: bump to version 40, Samba 4.10 will ship with that Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Jul 25 03:23:44 CEST 2018 on sn-devel-144 --- source3/include/vfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 8e2cbc3bc2d..90d39acd3fc 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -256,8 +256,9 @@ /* Version 39 - Remove SMB_VFS_FCHMOD_ACL - no longer used. */ /* Version 39 - Remove struct dfree_cached_info pointer from connection struct */ +/* Bump to version 40, Samba 4.10 will ship with that */ -#define SMB_VFS_INTERFACE_VERSION 39 +#define SMB_VFS_INTERFACE_VERSION 40 /* All intercepted VFS operations must be declared as static functions inside module source -- 2.34.1