From 55b3bcc30b4ffb026798f3a2626322d13c96ba24 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 16 Aug 2022 09:36:09 +0200 Subject: [PATCH] s3:vfs.h: change SMB_VFS_INTERFACE_VERSION to 48 for 4.18 Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Tue Aug 16 11:51:36 UTC 2022 on sn-devel-184 --- source3/include/vfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 61360b3c21c..33623969ef3 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -375,9 +375,10 @@ * Version 47 - Add fsp flag fstat_before_close * Version 47 - Change SMB_VFS_OPENAT() to match the Linux openat2 prototype, add vfs_open_how * Version 47 - Add VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS for SMB_VFS_OPENAT() + * Change to Version 48 - will ship with 4.18 */ -#define SMB_VFS_INTERFACE_VERSION 47 +#define SMB_VFS_INTERFACE_VERSION 48 /* All intercepted VFS operations must be declared as static functions inside module source -- 2.47.3