From adfaae8dcfe00187f859b8a69268c575b2d789a1 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 24 May 2016 13:39:04 +0200 Subject: build: remove jbr and fdl, they is not ready for 3.8 Change-Id: Ia24ad18c43d56a751988e562323ede26d7785848 BUG: 1317278 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/14519 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Jeff Darcy --- glusterfsd/src/glusterfsd.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'glusterfsd/src/glusterfsd.c') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 3324d0b2aeb..8de913be199 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1226,11 +1226,6 @@ should_call_fini (glusterfs_ctx_t *ctx, xlator_t *trav) return _gf_true; } - /* This is the only one known to be safe in glusterfsd. */ - if (!strcmp(trav->type,"experimental/fdl")) { - return _gf_true; - } - return _gf_false; } -- cgit