]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs: Bump VFS interface version after adding VFS_OPEN_HOW_RESOLVE_NO_XDEV
authorSamuel Cabrero <scabrero@samba.org>
Wed, 8 Oct 2025 08:39:25 +0000 (10:39 +0200)
committerSamuel Cabrero <scabrero@samba.org>
Tue, 18 Nov 2025 08:03:32 +0000 (08:03 +0000)
If a module was compiled with an older version it won't handle the new flag.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15805

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/include/vfs.h

index 5f38a7c5424ee6f52d31d4de6ee07602bd022664..3922b6383236f1818c81b5f7e8a4e443f2bf5fe5 100644 (file)
  * Version 52 - Add rename_stream
  * Version 52 - Remove connectpath
  * Version 52 - Remove audit_file
+ * Version 52 - Add VFS_OPEN_HOW_RESOLVE_NO_XDEV for SMB_VFS_OPENAT()
  */
 
-#define SMB_VFS_INTERFACE_VERSION 51
+#define SMB_VFS_INTERFACE_VERSION 52
 
 /*
     All intercepted VFS operations must be declared as static functions inside module source