diff options
Diffstat (limited to 'xlators/performance/write-behind/src/write-behind.c')
| -rw-r--r-- | xlators/performance/write-behind/src/write-behind.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index 018cd04dbc6..f90abad38da 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -3255,6 +3255,6 @@ xlator_api_t xlator_api = {      .fops = &fops,      .cbks = &cbks,      .options = options, -    .identifier = "write-ahead", +    .identifier = "write-behind",      .category = GF_MAINTAINED,  };  | 
