diff options
Diffstat (limited to 'xlators/performance')
| -rw-r--r-- | xlators/performance/open-behind/src/open-behind.c | 11 | ||||
| -rw-r--r-- | xlators/performance/quick-read/src/quick-read.c | 1 | 
2 files changed, 7 insertions, 5 deletions
diff --git a/xlators/performance/open-behind/src/open-behind.c b/xlators/performance/open-behind/src/open-behind.c index e23a2332514..b405b94cd54 100644 --- a/xlators/performance/open-behind/src/open-behind.c +++ b/xlators/performance/open-behind/src/open-behind.c @@ -922,15 +922,16 @@ struct volume_options options[] = {          { .key  = {"use-anonymous-fd"},            .type = GF_OPTION_TYPE_BOOL,            .default_value = "yes", -	  .description = "For read operations, use anonymous FD when " -	  "original FD is open-behind and not yet opened in the backend.", +          .description = "For read operations, use anonymous FD when " +          "original FD is open-behind and not yet opened in the backend.",          },          { .key  = {"lazy-open"},            .type = GF_OPTION_TYPE_BOOL,            .default_value = "yes", -	  .description = "Perform open in the backend only when a necessary " -	  "FOP arrives (e.g writev on the FD, unlink of the file). When option " -	  "is disabled, perform backend open right after unwinding open().", +          .description = "Perform open in the backend only when a necessary " +          "FOP arrives (e.g writev on the FD, unlink of the file). When option " +          "is disabled, perform backend open right after unwinding open().",          }, +        { .key  = {NULL} }  }; diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c index c2ddd0df077..445ea8658ea 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -1143,4 +1143,5 @@ struct volume_options options[] = {            .max  = 1 * GF_UNIT_KB * 1000,            .default_value = "64KB",          }, +        { .key  = {NULL} }  };  | 
