diff options
author | rishubhjain <rishubhjain47@gmail.com> | 2018-12-10 13:04:13 -0500 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2018-12-11 06:43:38 +0000 |
commit | 08adbfb5d2edf9dc01ecc2cf2ca5eccb320b8721 (patch) | |
tree | 8e038c98a66eb6e2e0770c62b72045b1c1dac599 /xlators/features/bit-rot | |
parent | f50251daeece85d6ada79b1d1f6697d4fac59ad4 (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/bit-rot')
-rw-r--r-- | xlators/features/bit-rot/src/bitd/bit-rot.c | 2 |
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, }; |