svn commit: samba r19648 - in branches/SAMBA_3_0/source/include: .

jmcd at samba.org jmcd at samba.org
Thu Nov 9 21:40:40 GMT 2006


Author: jmcd
Date: 2006-11-09 21:40:40 +0000 (Thu, 09 Nov 2006)
New Revision: 19648

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19648

Log:
whoops, forgot to increment the vfs version number with the added flock
call.

Modified:
   branches/SAMBA_3_0/source/include/vfs.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/vfs.h
===================================================================
--- branches/SAMBA_3_0/source/include/vfs.h	2006-11-09 20:29:31 UTC (rev 19647)
+++ branches/SAMBA_3_0/source/include/vfs.h	2006-11-09 21:40:40 UTC (rev 19648)
@@ -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 */



More information about the samba-cvs mailing list