vfs: bump VFS version to 47
authorRalph Boehme <slow@samba.org>
Wed, 30 Mar 2022 12:27:26 +0000 (14:27 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 31 Mar 2022 23:01:37 +0000 (23:01 +0000)
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 <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/vfs.h

index 333fdba15489a3981e7aa62417c0382910201c4f..6e1541f4d8742f977942ce047a5e8a72830e5ac7 100644 (file)
  * 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