summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2006-11-09 21:40:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:43 -0500
commit331cafd30fc2de8ea1a6727b930933cf912fba27 (patch)
tree8c2453f5472c265e54e3f4de9e073db8548d3f92 /source3/include/vfs.h
parent4fe70bcee2ec8515f123d8c826631b54bbf793e7 (diff)
downloadsamba-331cafd30fc2de8ea1a6727b930933cf912fba27.tar.gz
samba-331cafd30fc2de8ea1a6727b930933cf912fba27.tar.bz2
samba-331cafd30fc2de8ea1a6727b930933cf912fba27.zip
r19648: whoops, forgot to increment the vfs version number with the added flock
call. (This used to be commit 1bc834455de0088941609ed46fcecde5b796fe77)
Diffstat (limited to 'source3/include/vfs.h')
-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 48cabe7d3c..9a547b9ab0 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -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 */