From 74592eeb9d7b4dd266c752aaaf8f79b0a519ec4a Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Wed, 6 Nov 2019 09:52:56 +0200 Subject: [WIP]gluster-volgen.c: remove more of JBR and FDL xlators the JBR and FDL experimental xlators were apparently removed. Removed additional leftovers scattered in the code. Change-Id: I78b6fa5fd9044dc48cdcb1fb094b8c267c2d1323 updates: bz#1193929 Signed-off-by: Yaniv Kaul --- glusterfsd/src/glusterfsd.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 09dcafb9028..ff1d90880ec 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1602,11 +1602,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