From: Ralph Boehme Date: Wed, 30 Mar 2022 12:27:26 +0000 (+0200) Subject: vfs: bump VFS version to 47 X-Git-Tag: tevent-0.12.0~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad0febd1347ddf355581da38eea89228f89507b;p=thirdparty%2Fsamba.git vfs: bump VFS version to 47 The VFS version bump to 47 was missed when adding SMB_VFS_FSTATAT(). While at it, fix the version history. Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 333fdba1548..6e1541f4d87 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -360,13 +360,15 @@ * Version 45 - Remove SYS_ACL_BLOB_GET_FILE * Version 45 - Add SMB_VFS_FCHFLAGS * Version 45 - Remove SMB_VFS_GETXATTR + * Change to Version 46 - will ship with 4.16 * Version 46 - Rename SMB_VFS_KERNEL_FLOCK to SMB_VFS_FILESYSTEM_SHAREMODE * Version 46 - Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECV - * Version 46 - Add SMB_VFS_FSTATAT - * Version 46 - Change SMB_VFS_GET_REAL_FILENAME to return NTSTATUS + * Change to Version 47 - will ship with 4.17 + * Version 47 - Add SMB_VFS_FSTATAT + * Version 47 - Change SMB_VFS_GET_REAL_FILENAME to return NTSTATUS */ -#define SMB_VFS_INTERFACE_VERSION 46 +#define SMB_VFS_INTERFACE_VERSION 47 /* All intercepted VFS operations must be declared as static functions inside module source