s3:vfs.h: change SMB_VFS_INTERFACE_VERSION to 48 for 4.18
authorStefan Metzmacher <metze@samba.org>
Tue, 16 Aug 2022 07:36:09 +0000 (09:36 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 16 Aug 2022 11:51:36 +0000 (11:51 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Aug 16 11:51:36 UTC 2022 on sn-devel-184

source3/include/vfs.h

index 61360b3c21ce5bf05f026c78a7116cc7c2d8419f..33623969ef375229f19bef9d90d47d02baa0b2b5 100644 (file)
  * 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