diff options
Diffstat (limited to 'xlators/performance/quick-read')
| -rw-r--r-- | xlators/performance/quick-read/src/quick-read.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c index 39ce428104b..ec545ba6193 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -1613,7 +1613,7 @@ struct volume_options qr_options[] = {          .key = {"ctime-invalidation"},          .type = GF_OPTION_TYPE_BOOL,          .default_value = "false", -        .op_version = {GD_OP_VERSION_4_2_0}, +        .op_version = {GD_OP_VERSION_5_0},          .flags = OPT_FLAG_CLIENT_OPT | OPT_FLAG_SETTABLE | OPT_FLAG_DOC,          .description = "Quick-read by default uses mtime to identify changes "                         "to file data. However there are applications like "  | 
