From 2beb3177b804e5316cc17618f1fa7c8e1ad2ebe8 Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Mon, 6 Nov 2017 09:57:05 -0500 Subject: libglusterfs: Correct opversion to reflect 3.13 Change-Id: I55c7be68d2aa498d7f7931eb204d678b23e4979c BUG: 1510022 Signed-off-by: ShyamsundarR --- libglusterfs/src/globals.h | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit