diff options
Diffstat (limited to 'xlators/performance/write-behind/src/write-behind.c')
| -rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 18 | 
1 files changed, 0 insertions, 18 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index 3aa14bd617b..cba3c7e5fd4 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -1807,7 +1807,6 @@ init (xlator_t *this)  {          dict_t    *options = NULL;          wb_conf_t *conf = NULL; -        char      *aggregate_size_string = NULL;          char      *window_size_string    = NULL;          char      *flush_behind_string   = NULL;          char      *disable_till_string = NULL; @@ -1846,18 +1845,6 @@ init (xlator_t *this)          /* configure 'options aggregate-size <size>' */          conf->aggregate_size = 0; -        ret = dict_get_str (options, "block-size",  -                            &aggregate_size_string); -        if (ret == 0) { -                ret = gf_string2bytesize (aggregate_size_string,  -                                          &conf->aggregate_size); -                if (ret != 0) { -                        gf_log (this->name, GF_LOG_ERROR,  -                                "invalid number format \"%s\" of \"option aggregate-size\"",  -                                aggregate_size_string); -                        return -1; -                } -        }          gf_log (this->name, GF_LOG_DEBUG,                  "using aggregate-size = %"PRIu64"",  @@ -1970,11 +1957,6 @@ struct volume_options options[] = {          { .key  = {"flush-behind"},             .type = GF_OPTION_TYPE_BOOL          }, -        { .key  = {"block-size", "aggregate-size"},  -          .type = GF_OPTION_TYPE_SIZET,  -          .min  = 128 * GF_UNIT_KB,  -          .max  = 4 * GF_UNIT_MB  -        },          { .key  = {"cache-size", "window-size"},             .type = GF_OPTION_TYPE_SIZET,             .min  = 512 * GF_UNIT_KB,   | 
