From 1dede7ff95a03936c342c3fc1c9b788d4b75d399 Mon Sep 17 00:00:00 2001
From: Mohammed Rafi KC <rkavunga@redhat.com>
Date: Tue, 16 May 2017 21:41:46 +0530
Subject: [PATCH 444/473] build: Remove throttle related files from make fille
One commit accidently added one entry in make file for
throttle-tbf.c which is not supported in downstream.
refrence commit : fe5617f5422ea052b17a4ab282f80ac6b61238df
Label: DOWNSTREAM ONLY
Change-Id: Icbfa85a0c0a5d7054fede7ff678fddd2b6eafd2e
BUG: 1450336
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/106335
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Poornima Gurusiddaiah <pgurusid@redhat.com>
---
libglusterfs/src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am
index 6abced9..efd887d 100644
--- a/libglusterfs/src/Makefile.am
+++ b/libglusterfs/src/Makefile.am
@@ -33,7 +33,7 @@ libglusterfs_la_SOURCES = dict.c xlator.c logging.c \
$(CONTRIBDIR)/libexecinfo/execinfo.c quota-common-utils.c rot-buffs.c \
$(CONTRIBDIR)/timer-wheel/timer-wheel.c \
$(CONTRIBDIR)/timer-wheel/find_last_bit.c default-args.c locking.c \
- compound-fop-utils.c throttle-tbf.c
+ compound-fop-utils.c
nodist_libglusterfs_la_SOURCES = y.tab.c graph.lex.c defaults.c
nodist_libglusterfs_la_HEADERS = y.tab.h glusterfs-fops.h cli1-xdr.h
--
1.8.3.1