7f4c2a
From 655d584243f9f4d2c0eafed03953e299f677ebbb Mon Sep 17 00:00:00 2001
7f4c2a
From: Nandaja Varma <nvarma@redhat.com>
7f4c2a
Date: Thu, 18 Jun 2015 18:05:11 +0530
7f4c2a
Subject: [PATCH 100/101] glusterd: Fixing the compilation failures
7f4c2a
7f4c2a
BUG: 1231771
7f4c2a
Change-Id: I800d1655a317aba807b08c41754fe2cad20fed3a
7f4c2a
Signed-off-by: Nandaja Varma <nvarma@redhat.com>
7f4c2a
Reviewed-on: https://code.engineering.redhat.com/gerrit/51034
7f4c2a
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
7f4c2a
Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
7f4c2a
---
7f4c2a
 xlators/mgmt/glusterd/src/glusterd-volume-ops.c |    1 -
7f4c2a
 1 files changed, 0 insertions(+), 1 deletions(-)
7f4c2a
7f4c2a
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
7f4c2a
index 7872314..04b539b 100644
7f4c2a
--- a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
7f4c2a
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
7f4c2a
@@ -2124,7 +2124,6 @@ glusterd_op_create_volume (dict_t *dict, char **op_errstr)
7f4c2a
                         goto out;
7f4c2a
                 }
7f4c2a
                 if (priv->op_version < GD_OP_VERSION_3_7_0) {
7f4c2a
-                if (priv->op_version < GD_OP_VERSION_3_6_0) {
7f4c2a
                         gf_msg (this->name, GF_LOG_ERROR, 0,
7f4c2a
                                 GD_MSG_UNSUPPORTED_VERSION, "Disperse volume "
7f4c2a
                                 "needs op-version 30700 or higher");
7f4c2a
-- 
7f4c2a
1.7.1
7f4c2a