From: Samuel Cabrero Date: Wed, 8 Oct 2025 08:39:25 +0000 (+0200) Subject: vfs: Bump VFS interface version after adding VFS_OPEN_HOW_RESOLVE_NO_XDEV X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2698131fbfeb41cc9a57905574210f09faeba1;p=thirdparty%2Fsamba.git vfs: Bump VFS interface version after adding VFS_OPEN_HOW_RESOLVE_NO_XDEV 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 Reviewed-by: Ralph Boehme --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 5f38a7c5424..3922b638323 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -396,9 +396,10 @@ * 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