From 08adbfb5d2edf9dc01ecc2cf2ca5eccb320b8721 Mon Sep 17 00:00:00 2001 From: rishubhjain Date: Mon, 10 Dec 2018 13:04:13 -0500 Subject: 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 --- xlators/features/bit-rot/src/bitd/bit-rot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/bit-rot') 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, }; -- cgit