summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorShyamsundarR <srangana@redhat.com>2017-11-06 09:57:05 -0500
committerShyamsundarR <srangana@redhat.com>2017-11-06 09:57:36 -0500
commit2beb3177b804e5316cc17618f1fa7c8e1ad2ebe8 (patch)
tree3b8c6c7e7c6fc2acb6cef0930928669d816a9a38 /libglusterfs
parent3f00016a10762fc22ca526b4039b50168c4eaae3 (diff)
libglusterfs: Correct opversion to reflect 3.13
Change-Id: I55c7be68d2aa498d7f7931eb204d678b23e4979c BUG: 1510022 Signed-off-by: ShyamsundarR <srangana@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/globals.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
index 033e0186310..3529110ea1a 100644
--- a/libglusterfs/src/globals.h
+++ b/libglusterfs/src/globals.h
@@ -38,7 +38,7 @@
*/
#define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly
should not change */
-#define GD_OP_VERSION_MAX GD_OP_VERSION_4_0_0 /* MAX VERSION is the maximum
+#define GD_OP_VERSION_MAX GD_OP_VERSION_3_13_0 /* MAX VERSION is the maximum
count in VME table, should
keep changing with
introduction of newer
@@ -92,8 +92,6 @@
#define GD_OP_VERSION_3_13_0 31300 /* Op-version for GlusterFS 3.13.0 */
-#define GD_OP_VERSION_4_0_0 40000 /* Op-version for GlusterFS 4.0.0 */
-
#define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0
#include "xlator.h"