summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/features/bit-rot/src/bitd/bit-rot.c2
-rw-r--r--xlators/performance/write-behind/src/write-behind.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/bit-rot/src/bitd/bit-rot.c b/xlators/features/bit-rot/src/bitd/bit-rot.c
index d2d9dedf640..7b1c5dcdab6 100644
--- a/xlators/features/bit-rot/src/bitd/bit-rot.c
+++ b/xlators/features/bit-rot/src/bitd/bit-rot.c
@@ -2223,6 +2223,6 @@ xlator_api_t xlator_api = {
.fops = &fops,
.cbks = &cbks,
.options = options,
- .identifier = "bit-rot server",
+ .identifier = "bit-rot",
.category = GF_MAINTAINED,
};
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,
};