diff options
author | Christian Ambach <ambi@samba.org> | 2012-09-10 17:24:57 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-09-10 19:40:01 +0200 |
commit | 624e51a21a9dd371dae63ebbcb4c8d3a9ec15953 (patch) | |
tree | 2f95f7665ccef0213b3302887a8eaa307a4bff50 /source3/include | |
parent | 5765d73f72e25f53bd899e17c5ebd6a3aada1686 (diff) | |
download | samba-624e51a21a9dd371dae63ebbcb4c8d3a9ec15953.tar.gz samba-624e51a21a9dd371dae63ebbcb4c8d3a9ec15953.tar.xz samba-624e51a21a9dd371dae63ebbcb4c8d3a9ec15953.zip |
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 <ambi@samba.org>
Autobuild-Date(master): Mon Sep 10 19:40:01 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/vfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 3e4eefef77..17ec2625a2 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 |