r19648: whoops, forgot to increment the vfs version number with the added flock
authorJim McDonough <jmcd@samba.org>
Thu, 9 Nov 2006 21:40:40 +0000 (21:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:43 +0000 (12:15 -0500)
call.
(This used to be commit 1bc834455de0088941609ed46fcecde5b796fe77)

source3/include/vfs.h

index 48cabe7d3c14eb35e0b48a891c2a397643ad01fa..9a547b9ab0d26f34846f3d032fe154b4c5689ac5 100644 (file)
@@ -64,7 +64,8 @@
 /* Changed to version 16 as we added the getlock call. JRA */
 /* Changed to version 17 as we removed redundant connection_struct parameters. --jpeach */
 /* Changed to version 18 to add fsp parameter to the open call -- jpeach */
-#define SMB_VFS_INTERFACE_VERSION 18
+/* Changed to version 19 to add kernel_flock call - jmcd */
+#define SMB_VFS_INTERFACE_VERSION 19
 
 
 /* to bug old modules which are trying to compile with the old functions */