From e313450978f4ffa1dfdbdd78a18b62625e250603 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Wed, 3 May 2017 13:07:31 +0530 Subject: libglusterfs: Correct op-version for 3.11 Change-Id: Ida58626b3c25ed97f3b0b94b3fa5be58d607fede BUG: 1447543 Signed-off-by: Kaushal M Reviewed-on: https://review.gluster.org/17155 Smoke: Gluster Build System Reviewed-by: Niels de Vos NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- libglusterfs/src/globals.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libglusterfs/src/globals.h') diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 5f4a938a08f..07c9cd02b2c 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_11_0 /* MAX VERSION is the maximum count in VME table, should keep changing with introduction of newer @@ -84,8 +84,6 @@ #define GD_OP_VERSION_3_11_0 31100 /* Op-version for GlusterFS 3.11.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