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

vlendec at samba.org vlendec at samba.org
Thu Feb 1 15:29:25 GMT 2007


Author: vlendec
Date: 2007-02-01 15:29:24 +0000 (Thu, 01 Feb 2007)
New Revision: 21113

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

Log:
Increment vfs version, thanks to metze for pointing it out
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	2007-02-01 15:22:08 UTC (rev 21112)
+++ branches/SAMBA_3_0/source/include/vfs.h	2007-02-01 15:29:24 UTC (rev 21113)
@@ -65,7 +65,8 @@
 /* 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 
    Also include kernel_flock call - jmcd */
-#define SMB_VFS_INTERFACE_VERSION 18
+/* Changed to version 19, kernel change notify has been merged */
+#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