diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 4f8e1e3be0e..da85cb5297f 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1814,13 +1814,13 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .voltype    = "performance/write-behind",            .option     = "trickling-writes",            .op_version = GD_OP_VERSION_3_13_1, -          .flags      = OPT_FLAG_CLIENT_OPT +          .flags      = VOLOPT_FLAG_CLIENT_OPT          },          { .key        = "performance.nfs.write-behind-trickling-writes",            .voltype    = "performance/write-behind",            .option     = "trickling-writes",            .op_version = GD_OP_VERSION_3_13_1, -          .flags      = OPT_FLAG_CLIENT_OPT +          .flags      = VOLOPT_FLAG_CLIENT_OPT          },          { .key        = "performance.lazy-open",            .voltype    = "performance/open-behind", @@ -3616,7 +3616,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .voltype    = "cluster/disperse",            .type       = NO_DOC,            .op_version = GD_OP_VERSION_4_0_0, -          .flags      = OPT_FLAG_CLIENT_OPT +          .flags      = VOLOPT_FLAG_CLIENT_OPT          },          /* Halo replication options */  | 
