From 624e51a21a9dd371dae63ebbcb4c8d3a9ec15953 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 10 Sep 2012 17:24:57 +0200 Subject: [PATCH] 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 Autobuild-Date(master): Mon Sep 10 19:40:01 CEST 2012 on sn-devel-104 --- 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 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 -- 2.11.4.GIT