summaryrefslogtreecommitdiffstats
path: root/xlators/features/ganesha/src/ganesha.h
diff options
context:
space:
mode:
authorJiffin Tony Thottan <jthottan@redhat.com>2016-08-01 12:11:24 +0530
committerJeff Darcy <jdarcy@redhat.com>2016-08-04 08:43:19 -0700
commite4a404342cc1b53b1f16b68938f31d2b12dc9121 (patch)
tree3d48e61d90baa42181cdb3c71172d2cd40a12b55 /xlators/features/ganesha/src/ganesha.h
parente068c1997314046658dd502e9118dab32decf879 (diff)
xlators/ganesha : Remove the ganesha xlator code entirely from source
ganesha xlator is dummy xlator which introduced as part of cli options. But all the ganesha related cli commands are handled from glusterd only. There is no point in keeping this xlator. Hence removing the same since it does not have any role in NFS-Ganesha intergration with gluster Change-Id: Id438d2fabd3afe7e91ae26522df8495c8e9e9308 BUG: 1361999 Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com> Reviewed-on: http://review.gluster.org/15055 Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: soumya k <skoduri@redhat.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators/features/ganesha/src/ganesha.h')
-rw-r--r--xlators/features/ganesha/src/ganesha.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/xlators/features/ganesha/src/ganesha.h b/xlators/features/ganesha/src/ganesha.h
deleted file mode 100644
index 86320e9da28..00000000000
--- a/xlators/features/ganesha/src/ganesha.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- Copyright (c) 2015 Red Hat, Inc. <http://www.redhat.com>
- This file is part of GlusterFS.
-
- This file is licensed to you under your choice of the GNU Lesser
- General Public License, version 3 or any later version (LGPLv3 or
- later), or the GNU General Public License, version 2 (GPLv2), in all
- cases as published by the Free Software Foundation.
-*/
-
-#include "xlator.h"
-#include "ganesha-mem-types.h"
-
-typedef struct {
- char *host_name;
-} ganesha_priv_t;
-
-