diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/performance/open-behind/src/open-behind.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/open-behind/src/open-behind.c b/xlators/performance/open-behind/src/open-behind.c index 19943ebe841..396bf29f40e 100644 --- a/xlators/performance/open-behind/src/open-behind.c +++ b/xlators/performance/open-behind/src/open-behind.c @@ -1096,7 +1096,7 @@ struct volume_options options[] = {          },          { .key  = {"read-after-open"},            .type = GF_OPTION_TYPE_BOOL, -          .default_value = "no", +          .default_value = "yes",            .description = "read is sent only after actual open happens and real "            "fd is obtained, instead of doing on anonymous fd (similar to write)",            .op_version = {3},  | 
