From 2e0dceb6165d0a93581284fa2e0d74abe4ee615b Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Fri, 2 Dec 2016 15:24:46 -0500 Subject: features/bit-rot-stub: use the correct spelling of quarantine for bad objects container The directory for containing the list of bad objects was named "quanrantine" instead of "quarantine" Change-Id: I8c20381ac637201d9d1a224f5223e8dfbed53f1e BUG: 1401571 Signed-off-by: Raghavendra Bhat Reviewed-on: https://review.gluster.org/16027 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Kotresh HR --- xlators/features/bit-rot/src/stub/bit-rot-stub.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'xlators/features/bit-rot/src/stub/bit-rot-stub.c') diff --git a/xlators/features/bit-rot/src/stub/bit-rot-stub.c b/xlators/features/bit-rot/src/stub/bit-rot-stub.c index 4e01f5c86b1..ae99604957b 100644 --- a/xlators/features/bit-rot/src/stub/bit-rot-stub.c +++ b/xlators/features/bit-rot/src/stub/bit-rot-stub.c @@ -112,8 +112,6 @@ out: return -1; } -#define BR_STUB_QUARANTINE_DIR GF_HIDDEN_PATH"/quanrantine" - int32_t init (xlator_t *this) { -- cgit