diff options
author | Yaniv Kaul <ykaul@redhat.com> | 2019-11-06 09:52:56 +0200 |
---|---|---|
committer | Amar Tumballi <amarts@gmail.com> | 2019-11-13 06:30:24 +0000 |
commit | 74592eeb9d7b4dd266c752aaaf8f79b0a519ec4a (patch) | |
tree | eaac4eaf190754a80a6f8bd7a25febfb22a1da9e /glusterfsd | |
parent | 9595ecca3de49fdf37d30b151f5c3e071e0a80d0 (diff) |
[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 <ykaul@redhat.com>
Diffstat (limited to 'glusterfsd')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 5 |
1 files changed, 0 insertions, 5 deletions
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; } |