summaryrefslogtreecommitdiffstats
path: root/xlators/features
diff options
context:
space:
mode:
authorrishubhjain <rishubhjain47@gmail.com>2018-12-10 13:04:13 -0500
committerAtin Mukherjee <amukherj@redhat.com>2018-12-11 06:43:38 +0000
commit08adbfb5d2edf9dc01ecc2cf2ca5eccb320b8721 (patch)
tree8e038c98a66eb6e2e0770c62b72045b1c1dac599 /xlators/features
parentf50251daeece85d6ada79b1d1f6697d4fac59ad4 (diff)
write-behind/bit-rot: fix identifier
Rename the identifiers, bit-rot-server to bit-rot in bit-rot.c & write-ahead to write-behind in write-behind.c to ensure GD2 understands the options Change-Id: Id271ae97de2e54f4e30174482c4e1fb6afc728d3 Fixes: #164 Signed-off-by: rishubhjain <rishubhjain47@gmail.com>
Diffstat (limited to 'xlators/features')
-rw-r--r--xlators/features/bit-rot/src/bitd/bit-rot.c2
1 files changed, 1 insertions, 1 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,
};