diff options
| author | David Disseldorp <ddiss@samba.org> | 2015-02-18 12:01:14 +0100 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2015-02-18 23:03:11 +0100 |
| commit | 693ba266c7d84d37b0f5d4253a6a87dc6ddd2b71 (patch) | |
| tree | dc698fde2b3f225aae5c1914ff404508fe03a348 /source3/include | |
| parent | a4157e7c5d75be7003ad0b72fdfe9856a9e5ba8f (diff) | |
| download | samba-693ba266c7d84d37b0f5d4253a6a87dc6ddd2b71.tar.gz samba-693ba266c7d84d37b0f5d4253a6a87dc6ddd2b71.tar.xz samba-693ba266c7d84d37b0f5d4253a6a87dc6ddd2b71.zip | |
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 <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
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 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 |
