summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-01 15:29:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:39 -0500
commitf6a3c284c25c7aaaa789c1479f48b3604ab5336a (patch)
treeca41bfd7a21d2950863c3ad953dd79c5ab26ee75
parente005f8b0140ee2c4331a1081ad21b2a9955a861f (diff)
downloadsamba-f6a3c284c25c7aaaa789c1479f48b3604ab5336a.tar.gz
samba-f6a3c284c25c7aaaa789c1479f48b3604ab5336a.tar.bz2
samba-f6a3c284c25c7aaaa789c1479f48b3604ab5336a.zip
r21113: Increment vfs version, thanks to metze for pointing it out
(This used to be commit 3da52b500d63856c10d9d71ee2d0fb5fe1b28bdd)
-rw-r--r--source3/include/vfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index c13d3eee4e..322f08867f 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -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 */